Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance

Conflicts:
	src/rpcserver.cpp
This commit is contained in:
Michael Bauer
2013-11-24 12:48:52 +01:00
parent fbbed19b78
commit 6027b460e4
3 changed files with 11 additions and 0 deletions

View File

@@ -253,6 +253,7 @@ static const CRPCCommand vRPCCommands[] =
{ "encryptwallet", &encryptwallet, false, false, true },
{ "validateaddress", &validateaddress, true, false, false },
{ "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 },