mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-25 06:05:53 +00:00
book offers seems to work
This commit is contained in:
@@ -351,7 +351,7 @@ PostgresBackend::doFetchLedgerPage(
|
||||
{
|
||||
keys.push_back({res.asUInt256(i, 0)});
|
||||
}
|
||||
if (numRows == limit)
|
||||
if (numRows >= limit)
|
||||
{
|
||||
returnCursor = keys.back();
|
||||
++(*returnCursor);
|
||||
|
||||
Reference in New Issue
Block a user