Skip to content

Commit 1e73f13

Browse files
committed
Linter
1 parent 9bfd6fc commit 1e73f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rpc/client.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ static const CRPCConvertParam vRPCConvertParams[] = {
3030
{ "addmultisigaddress", 1, "keys" },
3131
{ "addpeeraddress", 1, "port" },
3232
{ "cleanbudget", 0, "try_sync" },
33-
{ "combinerawtransaction", 0, "txs" },
3433
{ "createmultisig", 0, "nrequired" },
3534
{ "createmultisig", 1, "keys" },
35+
{ "combinerawtransaction", 0, "txs" },
3636
{ "createrawtransaction", 0, "inputs" },
3737
{ "createrawtransaction", 1, "outputs" },
3838
{ "createrawtransaction", 2, "locktime" },
39-
{"createrawmnfinalbudget", 1, "blockstart"},
40-
{"createrawmnfinalbudget", 2, "proposals"},
39+
{ "createrawmnfinalbudget", 1, "blockstart" },
40+
{ "createrawmnfinalbudget", 2, "proposals" },
4141
{ "delegatestake", 1, "amount" },
4242
{ "delegatestake", 3, "ext_owner" },
4343
{ "delegatestake", 4, "include_delegated" },

0 commit comments

Comments
 (0)