Browse Source

remove default value

main 1.8.0
ghost 9 months ago
parent
commit
01c8e7fe3b
  1. 2
      src/Client.php

2
src/Client.php

@ -527,7 +527,7 @@ class Client @@ -527,7 +527,7 @@ class Client
public function sendToAddress(
string $address,
float $amount = 0,
float $amount,
?string $comment = null,
?string $comment_to = null,
?bool $subtractfeefromamount = false,

Loading…
Cancel
Save