mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix the timing of adding accepted ledgers.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user