Cleanup resynch logic.

This commit is contained in:
JoelKatz
2012-08-01 14:38:29 -07:00
parent d25fc9c593
commit ee3562a9a9
3 changed files with 5 additions and 4 deletions

View File

@@ -888,11 +888,10 @@ void LedgerConsensus::accept(SHAMap::pointer set)
ssw.write(Log(lsTRACE).ref(), p);
}
#endif
// FIXME: If necessary, change state to TRACKING/FULL
}
void LedgerConsensus::endConsensus()
{
theApp->getOPs().endConsensus();
theApp->getOPs().endConsensus(mHaveCorrectLCL);
}
// vim:ts=4