Trigger the history acquire code under the correct conditions.

Advance the "last full ledger" tracking correctly.
This commit is contained in:
JoelKatz
2012-10-24 11:17:00 -07:00
parent f6386ab2b5
commit 853136b2a5
5 changed files with 37 additions and 12 deletions

View File

@@ -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());
}