mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix subtractfeefrom parameter of sendmany
subtractfeefrom is an array of addresses, not a bool.
This commit is contained in:
parent
9824426577
commit
886f847018
1 changed files with 2 additions and 2 deletions
|
@ -59,9 +59,9 @@ The `sendmany` RPC {{summary_sendMany}}
|
|||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "Subtract Fee From Amount"
|
||||
t: "boolean"
|
||||
t: "array"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. Default is false"
|
||||
d: "The fee will be equally deducted from the amount of each selected address. Those recipients will receive less bitcoins than you enter in their corresponding amount field. If no addresses are specified here, the sender pays the fee."
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue