rpc: added getaddressbalance method using addressindex

This commit is contained in:
Braydon Fuller
2016-03-17 16:06:08 -04:00
committed by Braydon Fuller
parent 7dbbb79cec
commit 5bb6d69ff8
4 changed files with 80 additions and 17 deletions

View File

@@ -315,6 +315,7 @@ static const CRPCCommand vRPCCommands[] =
/* Address index */
{ "addressindex", "getaddresstxids", &getaddresstxids, false },
{ "addressindex", "getaddressbalance", &getaddressbalance, false },
/* Utility functions */
{ "util", "createmultisig", &createmultisig, true },