mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Don't be blind to validations during the idle time.
This commit is contained in:
@@ -655,8 +655,6 @@ void NetworkOPs::endConsensus(bool correctLCL)
|
||||
(*it)->cycleStatus();
|
||||
}
|
||||
mConsensus = boost::shared_ptr<LedgerConsensus>();
|
||||
if (correctLCL && (mMode == omCONNECTED))
|
||||
setMode(omTRACKING);
|
||||
}
|
||||
|
||||
void NetworkOPs::setMode(OperatingMode om)
|
||||
|
||||
Reference in New Issue
Block a user