Not sure why I put this in, but it's wrong.

This commit is contained in:
JoelKatz
2012-08-08 13:56:31 -07:00
parent 3a4762c609
commit 9991c9532f

View File

@@ -101,7 +101,6 @@ bool ContinuousLedgerTiming::haveConsensus(
int ContinuousLedgerTiming::getNextLedgerTimeResolution(int previousResolution, bool previousAgree, int ledgerSeq)
{
assert(ledgerSeq);
assert(previousAgree); // TEMPORARY
if ((!previousAgree) && ((ledgerSeq % LEDGER_RES_DECREASE) == 0))
{ // reduce resolution
int i = 1;