mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance
Conflicts: src/rpcserver.cpp
This commit is contained in:
parent
fbbed19b78
commit
6027b460e4
3 changed files with 11 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue