mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-13 16:48: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", 1, "stop_height"},
|
||||
{ "getblockheaderbyheight", 0, "height"},
|
||||
|
||||
// Keva related APIs
|
||||
{ "keva_filter", 2, "maxage"},
|
||||
{ "keva_filter", 3, "from"},
|
||||
{ "keva_filter", 4, "nb"},
|
||||
};
|
||||
|
||||
class CRPCConvertTable
|
||||
|
Loading…
Reference in New Issue
Block a user