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