From 5c01dc73383a18e1d48c12cef5993f545e3b5e79 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 6 Aug 2012 04:28:20 -0700 Subject: [PATCH] We can lose time consensus. --- src/LedgerConsensus.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index b1513a418e..3b0d9b41e9 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -536,6 +536,7 @@ void LedgerConsensus::updateOurPositions() thresh = thresh * neededWeight / 100; uint32 closeTime = 0; + mHaveCloseTimeConsensus = false; for (std::map::iterator it = closeTimes.begin(), end = closeTimes.end(); it != end; ++it) { Log(lsINFO) << "CCTime: " << it->first << " has " << it->second << " out of " << thresh;