Fix the timing of adding accepted ledgers.

This commit is contained in:
JoelKatz
2012-06-18 22:55:07 -07:00
parent 916a6e96f3
commit 718d078d48
4 changed files with 8 additions and 4 deletions

View File

@@ -256,7 +256,7 @@ void LedgerConsensus::mapComplete(const uint256& hash, SHAMap::pointer map, bool
if (mComplete.find(hash) != mComplete.end())
{
Log(lsERROR) << "Which we already had";
Log(lsERROR) << "Got TXS we already had " << hash.GetHex();
return; // we already have this map
}