Getbalance64

This commit is contained in:
jl777
2018-06-30 02:52:29 -11:00
parent db178ad2ba
commit 4f02fc4009
3 changed files with 47 additions and 0 deletions

View File

@@ -383,6 +383,7 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "getaccount", &getaccount, true },
{ "wallet", "getaddressesbyaccount", &getaddressesbyaccount, true },
{ "wallet", "getbalance", &getbalance, false },
{ "wallet", "getbalance64", &getbalance64, false },
{ "wallet", "getnewaddress", &getnewaddress, true },
{ "wallet", "getrawchangeaddress", &getrawchangeaddress, true },
{ "wallet", "getreceivedbyaccount", &getreceivedbyaccount, false },