Cosmetic.

This commit is contained in:
JoelKatz
2012-09-07 10:46:58 -07:00
parent 61cdcf2830
commit 19c69cbb82

View File

@@ -27,7 +27,7 @@ bool ContinuousLedgerTiming::shouldClose(
boost::str(boost::format("CLC::shouldClose range Trans=%s, Prop: %d/%d, Secs: %d (last:%d)")
% (anyTransactions ? "yes" : "no") % previousProposers % proposersClosed
% currentMSeconds % previousMSeconds);
return true;;
return true;
}
if (!anyTransactions)