mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 14:35:48 +00:00
Make sure LedgerHistory::builtLedger gets called
This commit is contained in:
committed by
Vinnie Falco
parent
8b8334af86
commit
5b6cc3b036
@@ -86,7 +86,7 @@ public:
|
||||
// The last ledger we did pathfinding against.
|
||||
Ledger::pointer mPathLedger;
|
||||
|
||||
// The last ledger we handled fetching history
|
||||
// The last ledger we handled fetching history
|
||||
Ledger::pointer mHistLedger;
|
||||
|
||||
// Fully validated ledger, whether or not we have the ledger resident.
|
||||
@@ -972,6 +972,8 @@ public:
|
||||
<< "Consensus triggered check of ledger";
|
||||
checkAccept (maxLedger, maxSeq);
|
||||
}
|
||||
|
||||
mLedgerHistory.builtLedger (ledger);
|
||||
}
|
||||
|
||||
void advanceThread()
|
||||
|
||||
Reference in New Issue
Block a user