mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
move wallet info stuff to "getwalletinfo" rpc (left original wallet
stuff in getinfo call for backwards compatibility) add wallet transaction count to getwalletinfo rpc call
This commit is contained in:
parent
76a77059f3
commit
a00ebb5117
3 changed files with 34 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "lockunspent", &lockunspent, false, false, true },
|
||||
{ "listlockunspent", &listlockunspent, false, false, true },
|
||||
{ "settxfee", &settxfee, false, false, true },
|
||||
{ "getwalletinfo", &getwalletinfo, true, false, true },
|
||||
|
||||
/* Wallet-enabled mining */
|
||||
{ "getgenerate", &getgenerate, true, false, false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue