|
|
@ -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 |
|
|
|