Skip to content

Commit

Permalink
Fixed sendmany JSON error (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
psolstice committed Jan 14, 2022
1 parent 8eb065c commit b382060
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "sendmany", 1, "amounts" },
{ "sendmany", 2, "minconf" },
{ "sendmany", 4, "subtractfeefrom" },
{ "sendmany", 3, "addlockconf" },
{ "addmultisigaddress", 0, "nrequired" },
{ "addmultisigaddress", 1, "keys" },
{ "createmultisig", 0, "nrequired" },
Expand Down

0 comments on commit b382060

Please sign in to comment.