We can lose time consensus.

This commit is contained in:
JoelKatz
2012-08-06 04:28:20 -07:00
parent 7186d45f45
commit 5c01dc7338

View File

@@ -536,6 +536,7 @@ void LedgerConsensus::updateOurPositions()
thresh = thresh * neededWeight / 100;
uint32 closeTime = 0;
mHaveCloseTimeConsensus = false;
for (std::map<uint32, int>::iterator it = closeTimes.begin(), end = closeTimes.end(); it != end; ++it)
{
Log(lsINFO) << "CCTime: " << it->first << " has " << it->second << " out of " << thresh;