Skip to content

Commit 2334061

Browse files
committed
add include_delegated to vRPCConvertParams
1 parent 8d3f950 commit 2334061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/client.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ static const CRPCConvertParam vRPCConvertParams[] = {
140140
{ "rescanblockchain", 1, "stop_height"},
141141
{ "sendmany", 1, "amounts" },
142142
{ "sendmany", 2, "minconf" },
143+
{ "sendmany", 4, "include_delegated" },
143144
{ "sendmany", 5, "subtract_fee_from" },
144145
{ "sendrawtransaction", 1, "allowhighfees" },
145146
{ "sendtoaddress", 1, "amount" },

0 commit comments

Comments
 (0)