We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfd6fc commit 1e73f13Copy full SHA for 1e73f13
src/rpc/client.cpp
@@ -30,14 +30,14 @@ static const CRPCConvertParam vRPCConvertParams[] = {
30
{ "addmultisigaddress", 1, "keys" },
31
{ "addpeeraddress", 1, "port" },
32
{ "cleanbudget", 0, "try_sync" },
33
- { "combinerawtransaction", 0, "txs" },
34
{ "createmultisig", 0, "nrequired" },
35
{ "createmultisig", 1, "keys" },
+ { "combinerawtransaction", 0, "txs" },
36
{ "createrawtransaction", 0, "inputs" },
37
{ "createrawtransaction", 1, "outputs" },
38
{ "createrawtransaction", 2, "locktime" },
39
- {"createrawmnfinalbudget", 1, "blockstart"},
40
- {"createrawmnfinalbudget", 2, "proposals"},
+ { "createrawmnfinalbudget", 1, "blockstart" },
+ { "createrawmnfinalbudget", 2, "proposals" },
41
{ "delegatestake", 1, "amount" },
42
{ "delegatestake", 3, "ext_owner" },
43
{ "delegatestake", 4, "include_delegated" },
0 commit comments