Skip to content

Commit

Permalink
add include_delegated to vRPCConvertParams
Browse files Browse the repository at this point in the history
Github-Pull: PIVX-Project#2774
Rebased-From: 2334061
  • Loading branch information
PeterL73 authored and Fuzzbawls committed Nov 22, 2022
1 parent d285af0 commit fd719a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit fd719a2

Please sign in to comment.