diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 53dec7d0b193d..cb7cbfd61f40c 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -140,6 +140,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { { "rescanblockchain", 1, "stop_height"}, { "sendmany", 1, "amounts" }, { "sendmany", 2, "minconf" }, + { "sendmany", 4, "include_delegated" }, { "sendmany", 5, "subtract_fee_from" }, { "sendrawtransaction", 1, "allowhighfees" }, { "sendtoaddress", 1, "amount" },