diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index 2883864dba..eaf11b2c82 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -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);