Remove assert.

This commit is contained in:
JoelKatz
2012-08-03 06:51:32 -07:00
parent d98a931b8e
commit 127391b345

View File

@@ -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<SerializedValidation>
(newLCLHash, newLCL->getCloseTimeNC(), mValSeed, mProposing);
v->setTrusted();