From 1b7d400c0eebe4012f8aaf6c0fef6b3d831fe1b2 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 18 Jun 2012 13:10:36 -0700 Subject: [PATCH] Remove bogus assert. --- src/LedgerConsensus.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index 1e6872a031..a2be3fd3a8 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -649,7 +649,6 @@ void LedgerConsensus::applyTransaction(TransactionEngine& engine, SerializedTran else { Log(lsINFO) << " hard fail"; - assert(!ledger->hasTransaction(txn->getTransactionID())); } #ifndef TRUST_NETWORK }