Don't get stuck in consensus process.

This commit is contained in:
JoelKatz
2012-09-03 10:14:25 -07:00
parent f4dad6fe3c
commit 0862ed2957

View File

@@ -519,8 +519,7 @@ void LedgerConsensus::stateAccepted()
void LedgerConsensus::timerEntry()
{
if (!mHaveCorrectLCL)
checkLCL();
checkLCL();
mCurrentMSeconds =
(boost::posix_time::microsec_clock::universal_time() - mConsensusStartTime).total_milliseconds();