rpc: added getaddressbalance method using addressindex
This commit is contained in:
committed by
Braydon Fuller
parent
7dbbb79cec
commit
5bb6d69ff8
@@ -315,6 +315,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
|
||||
/* Address index */
|
||||
{ "addressindex", "getaddresstxids", &getaddresstxids, false },
|
||||
{ "addressindex", "getaddressbalance", &getaddressbalance, false },
|
||||
|
||||
/* Utility functions */
|
||||
{ "util", "createmultisig", &createmultisig, true },
|
||||
|
||||
Reference in New Issue
Block a user