mirror of
https://github.com/kevachat/kevacoin-php.git
synced 2025-02-02 01:44:36 +00:00
remove default value
This commit is contained in:
parent
f5ab4835db
commit
01c8e7fe3b
@ -527,7 +527,7 @@ class Client
|
|||||||
|
|
||||||
public function sendToAddress(
|
public function sendToAddress(
|
||||||
string $address,
|
string $address,
|
||||||
float $amount = 0,
|
float $amount,
|
||||||
?string $comment = null,
|
?string $comment = null,
|
||||||
?string $comment_to = null,
|
?string $comment_to = null,
|
||||||
?bool $subtractfeefromamount = false,
|
?bool $subtractfeefromamount = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user