diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/sendmany.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/sendmany.md index cc2aa624..1c4b2b8c 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/sendmany.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/sendmany.md @@ -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
(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 %}