Propogate a view change during consensus to the NetworkOPs code.

This commit is contained in:
JoelKatz
2012-08-30 10:04:58 -07:00
parent c8d3de7b7d
commit e5af7072bc
4 changed files with 10 additions and 1 deletions

View File

@@ -251,6 +251,8 @@ void LedgerConsensus::checkLCL()
if (netLgr != mPrevLedgerHash)
{ // LCL change
Log(lsWARNING) << "View of consensus changed during consensus (" << netLgrCount << ")";
if (mHaveCorrectLCL)
theApp->getOPs().consensusViewChange();
handleLCL(netLgr);
}
}