Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed May 10, 2023
1 parent 9bfd6fc commit 1e73f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ static const CRPCConvertParam vRPCConvertParams[] = {
{ "addmultisigaddress", 1, "keys" },
{ "addpeeraddress", 1, "port" },
{ "cleanbudget", 0, "try_sync" },
{ "combinerawtransaction", 0, "txs" },
{ "createmultisig", 0, "nrequired" },
{ "createmultisig", 1, "keys" },
{ "combinerawtransaction", 0, "txs" },
{ "createrawtransaction", 0, "inputs" },
{ "createrawtransaction", 1, "outputs" },
{ "createrawtransaction", 2, "locktime" },
{"createrawmnfinalbudget", 1, "blockstart"},
{"createrawmnfinalbudget", 2, "proposals"},
{ "createrawmnfinalbudget", 1, "blockstart" },
{ "createrawmnfinalbudget", 2, "proposals" },
{ "delegatestake", 1, "amount" },
{ "delegatestake", 3, "ext_owner" },
{ "delegatestake", 4, "include_delegated" },
Expand Down

0 comments on commit 1e73f13

Please sign in to comment.