From a4ee6bb100109588db7ba3ec6ba2ffc02af512b4 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Tue, 13 Jun 2017 09:33:20 +0100 Subject: [PATCH] Add subtractfeeamount parameter to sendmany RPC Source: https://github.com/bitcoin/bitcoin/blob/e4918316d80f0541189c40039095c716a09d636e/src/wallet/rpcwallet.cpp#L890 --- _includes/devdoc/bitcoin-core/rpcs/rpcs/sendmany.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 %}