Add RPC call reservebalance
This commit is contained in:
@@ -56,7 +56,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "listaccounts", 0 },
|
||||
{ "listaccounts", 1 },
|
||||
{ "walletpassphrase", 1 },
|
||||
{ "walletpassphrase", 2 },
|
||||
{ "walletpassphrase", 2 },
|
||||
{ "getblocktemplate", 0 },
|
||||
{ "listsinceblock", 1 },
|
||||
{ "listsinceblock", 2 },
|
||||
@@ -102,6 +102,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "prioritisetransaction", 2 },
|
||||
{ "setban", 2 },
|
||||
{ "setban", 3 },
|
||||
{ "reservebalance", 0},
|
||||
{ "reservebalance", 1},
|
||||
};
|
||||
|
||||
class CRPCConvertTable
|
||||
|
||||
Reference in New Issue
Block a user