Add getblockhashes RPC call else block explorer cannot show blocks

This commit is contained in:
Tomas-M 2018-10-29 16:20:13 +01:00 committed by Larry Ruane
parent 01306b60b5
commit ed40a3426d
1 changed files with 1 additions and 0 deletions

View File

@ -1247,6 +1247,7 @@ static const CRPCCommand commands[] =
{ "blockchain", "gettxout", &gettxout, true },
{ "blockchain", "gettxoutsetinfo", &gettxoutsetinfo, true },
{ "blockchain", "verifychain", &verifychain, true },
{ "blockchain", "getblockhashes", &getblockhashes, true },
/* Not shown in help */
{ "hidden", "invalidateblock", &invalidateblock, true },