Bugfix for moving from connected to tracking state.

Skeleting for getting Json info from consensus engine.
This commit is contained in:
JoelKatz
2012-08-06 03:40:52 -07:00
parent 85c0293673
commit efa3653b80
3 changed files with 14 additions and 6 deletions

View File

@@ -956,4 +956,12 @@ void LedgerConsensus::endConsensus()
{
theApp->getOPs().endConsensus(mHaveCorrectLCL);
}
Json::Value LedgerConsensus::getJson()
{
Json::Value ret(Json::objectValue);
return ret;
}
// vim:ts=4