mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-26 14:32:17 +00:00
The first parameter of getblockheaderbyheight is integer.
This commit is contained in:
parent
da5ce9ee09
commit
f333314e52
@ -143,6 +143,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||||||
{ "echojson", 9, "arg9" },
|
{ "echojson", 9, "arg9" },
|
||||||
{ "rescanblockchain", 0, "start_height"},
|
{ "rescanblockchain", 0, "start_height"},
|
||||||
{ "rescanblockchain", 1, "stop_height"},
|
{ "rescanblockchain", 1, "stop_height"},
|
||||||
|
{ "getblockheaderbyheight", 0, "height"},
|
||||||
};
|
};
|
||||||
|
|
||||||
class CRPCConvertTable
|
class CRPCConvertTable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user