Merge pull request #3717 from djpnewton/wallet-txcount

add getwalletinfo RPC call with wallet transaction count
This commit is contained in:
Jeff Garzik
2014-03-10 13:37:03 -04:00
3 changed files with 34 additions and 0 deletions

View File

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