Skip to content

Commit 0751557

Browse files
authored
Update ElectrumPHP.php
PayToMany Fix
1 parent 5ee5209 commit 0751557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ElectrumPHP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public function payToMany($outputs, $fee = null, $feerate = null, $fromAddr = nu
430430
'addtransaction' => true,
431431
'wallet' => $this->wallet
432432
];
433-
return $this->call("payto", $params);
433+
return $this->call("paytomany", $params);
434434

435435
}
436436

0 commit comments

Comments
 (0)