Add subtractfeeamount parameter

Source: e4918316d8/src/wallet/rpcwallet.cpp (L403)
This commit is contained in:
Matthew Smith 2017-06-12 11:23:33 +01:00 committed by GitHub
parent a563ab55bd
commit 00202e2783

View file

@ -56,6 +56,16 @@ The `sendtoaddress` RPC {{summary_sendToAddress}}
{% enditemplate %} {% 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* *Result---a TXID of the sent transaction*
{% itemplate ntpd1 %} {% itemplate ntpd1 %}