main: add spentindex option

This commit is contained in:
Braydon Fuller
2016-04-05 15:53:38 -04:00
committed by Braydon Fuller
parent 8636f36477
commit e3d9207e5a
10 changed files with 267 additions and 21 deletions

View File

@@ -290,6 +290,7 @@ static const CRPCCommand vRPCCommands[] =
{ "blockchain", "verifytxoutproof", &verifytxoutproof, true },
{ "blockchain", "gettxoutsetinfo", &gettxoutsetinfo, true },
{ "blockchain", "verifychain", &verifychain, true },
{ "blockchain", "getspentinfo", &getspentinfo, true },
/* Mining */
{ "mining", "getblocktemplate", &getblocktemplate, true },