mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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.
|
// The last ledger we did pathfinding against.
|
||||||
Ledger::pointer mPathLedger;
|
Ledger::pointer mPathLedger;
|
||||||
|
|
||||||
// The last ledger we handled fetching history
|
// The last ledger we handled fetching history
|
||||||
Ledger::pointer mHistLedger;
|
Ledger::pointer mHistLedger;
|
||||||
|
|
||||||
// Fully validated ledger, whether or not we have the ledger resident.
|
// Fully validated ledger, whether or not we have the ledger resident.
|
||||||
@@ -972,6 +972,8 @@ public:
|
|||||||
<< "Consensus triggered check of ledger";
|
<< "Consensus triggered check of ledger";
|
||||||
checkAccept (maxLedger, maxSeq);
|
checkAccept (maxLedger, maxSeq);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mLedgerHistory.builtLedger (ledger);
|
||||||
}
|
}
|
||||||
|
|
||||||
void advanceThread()
|
void advanceThread()
|
||||||
|
|||||||
Reference in New Issue
Block a user