mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
fix recursion issue with fetchLedgerPage
This commit is contained in:
@@ -586,7 +586,7 @@ CassandraBackend::doFetchLedgerPage(
|
||||
}
|
||||
}
|
||||
|
||||
if (!cursor && (!keys.size() || !keys[0].isZero()))
|
||||
if (!cursorIn && (!keys.size() || !keys[0].isZero()))
|
||||
{
|
||||
page.warning = "Data may be incomplete";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user