mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix a bug that could cause us not to acquire the current ledger.
This commit is contained in:
@@ -213,6 +213,8 @@ void LedgerConsensus::handleLCL (uint256 const& lclHash)
|
||||
mHaveCorrectLCL = false;
|
||||
return;
|
||||
}
|
||||
else
|
||||
return;
|
||||
|
||||
WriteLog (lsINFO, LedgerConsensus) << "Have the consensus ledger " << mPrevLedgerHash;
|
||||
mHaveCorrectLCL = true;
|
||||
|
||||
Reference in New Issue
Block a user