rpc: update oksafemode for address commands

This commit is contained in:
Braydon Fuller 2016-04-25 13:08:52 -04:00 committed by Braydon Fuller
parent 98f8fdddc8
commit 5fa85bc9ae

View File

@ -290,7 +290,7 @@ static const CRPCCommand vRPCCommands[] =
{ "blockchain", "verifytxoutproof", &verifytxoutproof, true },
{ "blockchain", "gettxoutsetinfo", &gettxoutsetinfo, true },
{ "blockchain", "verifychain", &verifychain, true },
{ "blockchain", "getspentinfo", &getspentinfo, true },
{ "blockchain", "getspentinfo", &getspentinfo, false },
/* Mining */
{ "mining", "getblocktemplate", &getblocktemplate, true },
@ -316,7 +316,7 @@ static const CRPCCommand vRPCCommands[] =
#endif
/* Address index */
{ "addressindex", "getaddressmempool", &getaddressmempool, false },
{ "addressindex", "getaddressmempool", &getaddressmempool, true },
{ "addressindex", "getaddressutxos", &getaddressutxos, false },
{ "addressindex", "getaddressdeltas", &getaddressdeltas, false },
{ "addressindex", "getaddresstxids", &getaddresstxids, false },