This commit is contained in:
JoelKatz
2012-06-18 15:34:46 -07:00
parent 6f5feeccdc
commit 3ed23d6e20

View File

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