Remove getbalance64 #473

This commit is contained in:
Duke
2025-10-16 11:13:57 -04:00
parent 2980108cdc
commit 9177a51b6d
3 changed files with 0 additions and 45 deletions

View File

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