Skip to content

Commit

Permalink
Update sendmany JSON argument parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
JBetz committed Apr 30, 2024
1 parent 791bd24 commit 83da838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "sendmany", 5 , "replaceable" },
{ "sendmany", 6 , "conf_target" },
{ "sendmany", 10, "fee_rate"},
{ "sendmany", 11, "verbose" },
{ "sendmany", 12, "verbose" },
{ "deriveaddresses", 1, "range" },
{ "scantxoutset", 1, "scanobjects" },
{ "addmultisigaddress", 0, "nrequired" },
Expand Down

0 comments on commit 83da838

Please sign in to comment.