mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-30 18:40:24 +00:00
@@ -47,7 +47,7 @@ NFTHistoryHandler::process(NFTHistoryHandler::Input input, Context const& ctx) c
|
||||
}
|
||||
|
||||
if (minIndex > maxIndex)
|
||||
return Error{Status{RippledError::rpcINVALID_PARAMS, "invalidIndex"}};
|
||||
return Error{Status{RippledError::rpcLGR_IDXS_INVALID}};
|
||||
|
||||
if (input.ledgerHash || input.ledgerIndex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user