Merge pull request #3369

6027b46 Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance (Michael Bauer)
This commit is contained in:
Wladimir J. van der Laan
2013-12-20 14:42:52 +01:00
3 changed files with 11 additions and 0 deletions

View File

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