Add RPC call reservebalance

This commit is contained in:
lateminer
2018-10-12 21:02:30 +03:00
parent e9886e3f1b
commit da2c4ec6c9
4 changed files with 59 additions and 15 deletions

View File

@@ -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