We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3f950 commit 2334061Copy full SHA for 2334061
src/rpc/client.cpp
@@ -140,6 +140,7 @@ static const CRPCConvertParam vRPCConvertParams[] = {
140
{ "rescanblockchain", 1, "stop_height"},
141
{ "sendmany", 1, "amounts" },
142
{ "sendmany", 2, "minconf" },
143
+ { "sendmany", 4, "include_delegated" },
144
{ "sendmany", 5, "subtract_fee_from" },
145
{ "sendrawtransaction", 1, "allowhighfees" },
146
{ "sendtoaddress", 1, "amount" },
0 commit comments