The first parameter of getblockheaderbyheight is integer.

This commit is contained in:
Jianping Wu 2019-04-02 14:39:31 -07:00
parent da5ce9ee09
commit f333314e52

View File

@ -143,6 +143,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "echojson", 9, "arg9" },
{ "rescanblockchain", 0, "start_height"},
{ "rescanblockchain", 1, "stop_height"},
{ "getblockheaderbyheight", 0, "height"},
};
class CRPCConvertTable