# MutantHub mutant #244: Logical operator mutation at net_processing.cpp:3762
# Repository: bitcoin/bitcoin @ 2990bd773551c835ab0b6b59d85730adab2fd428
# File: src/net_processing.cpp:3762-3762
# Review: APPROVED; outcome: KILLED
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -3762,1 +3762,1 @@
-            if (tx_relay && WITH_LOCK(tx_relay->m_bloom_filter_mutex, return tx_relay->m_relay_txs) &&
+            if (tx_relay || WITH_LOCK(tx_relay->m_bloom_filter_mutex, return tx_relay->m_relay_txs) &&
