mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-08 21:02:08 +00:00
Fixed keva_filter parameter parsing, properly handled numerical values.
This commit is contained in:
parent
98876bf367
commit
dccc893d55
@ -144,6 +144,11 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||||||
{ "rescanblockchain", 0, "start_height"},
|
{ "rescanblockchain", 0, "start_height"},
|
||||||
{ "rescanblockchain", 1, "stop_height"},
|
{ "rescanblockchain", 1, "stop_height"},
|
||||||
{ "getblockheaderbyheight", 0, "height"},
|
{ "getblockheaderbyheight", 0, "height"},
|
||||||
|
|
||||||
|
// Keva related APIs
|
||||||
|
{ "keva_filter", 2, "maxage"},
|
||||||
|
{ "keva_filter", 3, "from"},
|
||||||
|
{ "keva_filter", 4, "nb"},
|
||||||
};
|
};
|
||||||
|
|
||||||
class CRPCConvertTable
|
class CRPCConvertTable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user