mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Remove a line of code that does nothing.
This commit is contained in:
@@ -503,12 +503,9 @@ void LedgerMaster::resumeAcquiring ()
|
|||||||
if (nextLedger)
|
if (nextLedger)
|
||||||
acquireMissingLedger (nextLedger, nextLedger->getParentHash (), nextLedger->getLedgerSeq () - 1);
|
acquireMissingLedger (nextLedger, nextLedger->getParentHash (), nextLedger->getLedgerSeq () - 1);
|
||||||
else
|
else
|
||||||
{
|
|
||||||
mCompleteLedgers.clearValue (prevMissing);
|
|
||||||
WriteLog (lsINFO, LedgerMaster) << "We have a gap at: " << prevMissing + 1;
|
WriteLog (lsINFO, LedgerMaster) << "We have a gap at: " << prevMissing + 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void LedgerMaster::fixMismatch (Ledger::ref ledger)
|
void LedgerMaster::fixMismatch (Ledger::ref ledger)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user