Merge pull request #3369
6027b46 Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance (Michael Bauer)
This commit is contained in:
@@ -276,6 +276,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "walletlock", &walletlock, true, false, true },
|
||||
{ "encryptwallet", &encryptwallet, false, false, true },
|
||||
{ "getbalance", &getbalance, false, false, true },
|
||||
{ "getunconfirmedbalance", &getunconfirmedbalance, false, false, true },
|
||||
{ "move", &movecmd, false, false, true },
|
||||
{ "sendfrom", &sendfrom, false, false, true },
|
||||
{ "sendmany", &sendmany, false, false, true },
|
||||
|
||||
Reference in New Issue
Block a user