mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
Merge pull request #3717 from djpnewton/wallet-txcount
add getwalletinfo RPC call with wallet transaction count
This commit is contained in:
@@ -295,6 +295,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 },
|
||||
|
||||
Reference in New Issue
Block a user