Fix a bug that could cause us not to acquire the current ledger.

This commit is contained in:
JoelKatz
2013-08-18 20:10:32 -07:00
parent 6e0d6bdba4
commit dfae891018

View File

@@ -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;