mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
@@ -1597,9 +1597,7 @@ traverseTransactions(
|
|||||||
{
|
{
|
||||||
if (context.range.maxSequence < *max ||
|
if (context.range.maxSequence < *max ||
|
||||||
context.range.minSequence > *max)
|
context.range.minSequence > *max)
|
||||||
return Status{
|
return Status{RippledError::rpcLGR_IDX_MALFORMED};
|
||||||
RippledError::rpcLGR_IDX_MALFORMED,
|
|
||||||
"ledgerSeqMaxOutOfRange"};
|
|
||||||
else
|
else
|
||||||
maxIndex = static_cast<uint32_t>(*max);
|
maxIndex = static_cast<uint32_t>(*max);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user