# MutantHub mutant #234: Logical operator mutation at net_processing.cpp:3715
# Repository: bitcoin/bitcoin @ 2990bd773551c835ab0b6b59d85730adab2fd428
# File: src/net_processing.cpp:3715-3715
# Review: APPROVED; outcome: KILLED
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -3715,1 +3715,1 @@
-            (fRelay || (peer.m_our_services & NODE_BLOOM))) {
+            (fRelay && (peer.m_our_services & NODE_BLOOM))) {
