Mark a FIXME

This commit is contained in:
JoelKatz
2012-06-21 12:09:48 -07:00
parent 9cb6130f7f
commit 69bbe599a2

View File

@@ -310,6 +310,8 @@ void NetworkOPs::checkState(const boost::system::error_code& result)
// If full or tracking, check only at wobble time!
if (checkLastClosedLedger(peerList))
{
// FIXME: if connected, go to ledger close process if it's time, marking that we have
// the wrong LCL
setStateTimer(3);
return;
}