# MutantHub mutant #225: Logical operator mutation at net_processing.cpp:3676
# Repository: bitcoin/bitcoin @ 2990bd773551c835ab0b6b59d85730adab2fd428
# File: src/net_processing.cpp:3676-3676
# Review: APPROVED; outcome: KILLED
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -3676,1 +3676,1 @@
-        if (pfrom.IsInboundConn() && !m_connman.CheckIncomingNonce(nNonce))
+        if (pfrom.IsInboundConn() || !m_connman.CheckIncomingNonce(nNonce))
