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 GitHub
parent 001b30d2ca
commit a72c439286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 },