Don't be blind to validations during the idle time.

This commit is contained in:
JoelKatz
2012-08-01 15:00:39 -07:00
parent 68677270bf
commit a902134133
3 changed files with 34 additions and 2 deletions

View File

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