This commit is contained in:
JoelKatz
2012-06-18 22:56:02 -07:00
parent 718d078d48
commit 409340e921

View File

@@ -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