Merge remote-tracking branch 'jl/jl777' into momo

This commit is contained in:
Scott Sadler
2018-06-19 20:50:56 -03:00
22 changed files with 210 additions and 98 deletions

View File

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