diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index b88c1bccd..47ccfc688 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -143,6 +143,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "echojson", 9, "arg9" }, { "rescanblockchain", 0, "start_height"}, { "rescanblockchain", 1, "stop_height"}, + { "getblockheaderbyheight", 0, "height"}, }; class CRPCConvertTable