From 69bbe599a23b854770a3464d86c445cbb90e6eee Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 21 Jun 2012 12:09:48 -0700 Subject: [PATCH] Mark a FIXME --- src/NetworkOPs.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/NetworkOPs.cpp b/src/NetworkOPs.cpp index eba7151bfe..fb48de2ee5 100644 --- a/src/NetworkOPs.cpp +++ b/src/NetworkOPs.cpp @@ -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; }