From 127391b34527d1d9a9cf430071f371604863f4cf Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 3 Aug 2012 06:51:32 -0700 Subject: [PATCH] Remove assert. --- src/LedgerConsensus.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index f3243a76b6..e4b2fe4288 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -872,7 +872,6 @@ void LedgerConsensus::accept(SHAMap::pointer set) statusChange(newcoin::neACCEPTED_LEDGER, *newLCL); if (mValidating) { - assert (theApp->getOPs().getNetworkTimeNC() > newLCL->getCloseTimeNC()); SerializedValidation::pointer v = boost::make_shared (newLCLHash, newLCL->getCloseTimeNC(), mValSeed, mProposing); v->setTrusted();