mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add a getLedgerNext that takes into account changes in the LES.
This commit is contained in:
@@ -889,7 +889,7 @@ TER RippleCalc::calcNodeAdvance(
|
||||
// FIXME: This looks at the original ledger and doesn't take into account any changes
|
||||
// in the LedgerEntrySet. If this code, for example, created offers, this would
|
||||
// not return the pages they're in.
|
||||
uDirectTip = lesActive.getLedger()->getNextLedgerIndex(uDirectTip, uDirectEnd);
|
||||
uDirectTip = lesActive.getNextLedgerIndex(uDirectTip, uDirectEnd);
|
||||
|
||||
bDirectDirDirty = true;
|
||||
bDirectAdvance = false;
|
||||
|
||||
Reference in New Issue
Block a user