diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index cf4240cb9..46419a6a8 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -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 },