mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Trigger the history acquire code under the correct conditions.
Advance the "last full ledger" tracking correctly.
This commit is contained in:
@@ -434,9 +434,7 @@ void Ledger::saveAcceptedLedger(bool fromConsensus)
|
||||
theApp->getOPs().pubLedger(shared_from_this());
|
||||
|
||||
if(theConfig.FULL_HISTORY)
|
||||
{
|
||||
// WRITEME: check for seamless ledger history
|
||||
}
|
||||
theApp->getMasterLedger().checkLedgerGap(shared_from_this());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user