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:
@@ -647,6 +647,7 @@ void LedgerAcquireSet::onComplete(boost::weak_ptr<LedgerAcquireSet> set, LedgerA
|
||||
{
|
||||
Ledger::pointer ledger = acquired->getLedger();
|
||||
ledger->setAccepted();
|
||||
theApp->getMasterLedger().checkLedgerGap(ledger);
|
||||
lSet->updateCurrentLedger(ledger);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user