mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Don't get stuck in consensus process.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user