From c8d3de7b7dcac8ee8fabce12773b79b9028f8f74 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 30 Aug 2012 09:48:59 -0700 Subject: [PATCH] Remove an incorrect assertion. --- src/LedgerConsensus.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index db4d493c0b..77a4ac1ac8 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -303,7 +303,6 @@ void LedgerConsensus::takeInitialPosition(Ledger& initialLedger) { SHAMap::pointer initialSet = initialLedger.peekTransactionMap()->snapShot(false); uint256 txSet = initialSet->getHash(); - assert (!mHaveCorrectLCL || (initialLedger.getParentHash() == mPreviousLedger->getHash())); // if any peers have taken a contrary position, process disputes boost::unordered_set found;