mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix.
This commit is contained in:
@@ -281,7 +281,7 @@ void LedgerConsensus::mapComplete(const uint256& hash, SHAMap::pointer map)
|
||||
}
|
||||
if (!peers.empty())
|
||||
adjustCount(map, peers);
|
||||
else if (hash)
|
||||
else if (!hash)
|
||||
Log(lsWARNING) << "By the time we got the map, no peers were proposing it";
|
||||
|
||||
sendHaveTxSet(hash, true);
|
||||
|
||||
Reference in New Issue
Block a user