diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index 744ca1785e..1a5b975ad3 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -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();