From 9991c9532feb772b32224c246b87727f27cb6588 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Wed, 8 Aug 2012 13:56:31 -0700 Subject: [PATCH] Not sure why I put this in, but it's wrong. --- src/LedgerTiming.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LedgerTiming.cpp b/src/LedgerTiming.cpp index e3ea061640..c28fc80e02 100644 --- a/src/LedgerTiming.cpp +++ b/src/LedgerTiming.cpp @@ -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;