remove default value

This commit is contained in:
ghost 2024-02-17 22:14:07 +02:00
parent f5ab4835db
commit 01c8e7fe3b

View File

@ -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,