From 01c8e7fe3b9348ccfb30c37e6c34b85815f65366 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 17 Feb 2024 22:14:07 +0200 Subject: [PATCH] remove default value --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index c4dbcfa..2bb3282 100644 --- a/src/Client.php +++ b/src/Client.php @@ -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,