Fixed keva_filter parameter parsing, properly handled numerical values.

This commit is contained in:
Just Wonder 2020-03-25 10:36:13 -07:00
parent 98876bf367
commit dccc893d55

View File

@ -144,6 +144,11 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "rescanblockchain", 0, "start_height"},
{ "rescanblockchain", 1, "stop_height"},
{ "getblockheaderbyheight", 0, "height"},
// Keva related APIs
{ "keva_filter", 2, "maxage"},
{ "keva_filter", 3, "from"},
{ "keva_filter", 4, "nb"},
};
class CRPCConvertTable