# MutantHub mutant #243: Relational operator mutation at net_processing.cpp:3754
# Repository: bitcoin/bitcoin @ 2990bd773551c835ab0b6b59d85730adab2fd428
# File: src/net_processing.cpp:3754-3754
# Review: APPROVED; outcome: SURVIVED
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -3754,1 +3754,1 @@
-        if (greatest_common_version >= WTXID_RELAY_VERSION && m_txreconciliation) {
+        if (greatest_common_version > WTXID_RELAY_VERSION && m_txreconciliation) {
