mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-22 12:45:52 +00:00
fix offer dir iteration bug (#141)
This commit is contained in:
@@ -182,10 +182,10 @@ BackendInterface::fetchBookOffers(
|
||||
<< offerDir.has_value() << " breaking";
|
||||
break;
|
||||
}
|
||||
uTipIndex = offerDir->key;
|
||||
while (keys.size() < limit)
|
||||
{
|
||||
++numPages;
|
||||
uTipIndex = offerDir->key;
|
||||
ripple::STLedgerEntry sle{
|
||||
ripple::SerialIter{
|
||||
offerDir->blob.data(), offerDir->blob.size()},
|
||||
|
||||
Reference in New Issue
Block a user