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();