mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-12 05:31:14 +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" },
|
||||
{ "rescanblockchain", 0, "start_height"},
|
||||
{ "rescanblockchain", 1, "stop_height"},
|
||||
{ "getblockheaderbyheight", 0, "height"},
|
||||
};
|
||||
|
||||
class CRPCConvertTable
|
||||
|
Loading…
x
Reference in New Issue
Block a user