mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 16:56:36 +00:00
ensure pinned ledger range is updated as catalogue_load progresses
This commit is contained in:
@@ -1076,6 +1076,9 @@ doCatalogueLoad(RPC::JsonContext& context)
|
||||
context.app.getLedgerMaster().switchLCL(ledger);
|
||||
}
|
||||
|
||||
context.app.getLedgerMaster().setLedgerRangePresent(
|
||||
header.min_ledger, info.seq, true);
|
||||
|
||||
// Store the ledger
|
||||
prevLedger = ledger;
|
||||
ledgersLoaded++;
|
||||
|
||||
Reference in New Issue
Block a user