Add subtractfeeamount parameter to sendmany RPC

Source: e4918316d8/src/wallet/rpcwallet.cpp (L890)
This commit is contained in:
Matthew Smith 2017-06-13 09:33:20 +01:00 committed by GitHub
parent 00202e2783
commit a4ee6bb100

View file

@ -55,6 +55,16 @@ The `sendmany` RPC {{summary_sendMany}}
{% enditemplate %}
*Parameter #5---automatic fee subtraction
{% itemplate ntpd1 %}
- n: "Subtract Fee From Amount"
t: "boolean"
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"
{% enditemplate %}
*Result---a TXID of the sent transaction*
{% itemplate ntpd1 %}