main: get address deltas between range of block heights

This commit is contained in:
Braydon Fuller
2016-03-24 15:44:23 -04:00
committed by Braydon Fuller
parent 206882cd4b
commit cad092aebb
8 changed files with 120 additions and 15 deletions

View File

@@ -315,6 +315,7 @@ static const CRPCCommand vRPCCommands[] =
#endif
/* Address index */
{ "addressindex", "getaddressdeltas", &getaddressdeltas, false },
{ "addressindex", "getaddresstxids", &getaddresstxids, false },
{ "addressindex", "getaddressbalance", &getaddressbalance, false },