diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index dcead92135..a1aa85ef3e 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -255,10 +255,7 @@ void LedgerConsensus::mapComplete(const uint256& hash, SHAMap::pointer map, bool } if (mComplete.find(hash) != mComplete.end()) - { - Log(lsERROR) << "Got TXS we already had " << hash.GetHex(); return; // we already have this map - } if (mOurPosition && (map->getHash() != mOurPosition->getCurrentHash())) { // this could create disputed transactions