Debug and bugfixes.

This commit is contained in:
JoelKatz
2012-05-31 01:12:51 -07:00
parent 9d974c9f2c
commit d52b87fc58
4 changed files with 23 additions and 4 deletions

View File

@@ -339,6 +339,11 @@ void NetworkOPs::checkState(const boost::system::error_code& result)
}
}
if (mConsensus)
{
setStateTimer(mConsensus->timerEntry());
return;
}
if (switchLedgers)
{