Suppress a meaningless warning.

This commit is contained in:
JoelKatz
2012-06-18 15:31:59 -07:00
parent 599fc228af
commit 6f5feeccdc

View File

@@ -281,7 +281,7 @@ void LedgerConsensus::mapComplete(const uint256& hash, SHAMap::pointer map)
}
if (!peers.empty())
adjustCount(map, peers);
else
else if (hash)
Log(lsWARNING) << "By the time we got the map, no peers were proposing it";
sendHaveTxSet(hash, true);