# MutantHub mutant #199: Relational operator mutation at tx_verify.cpp:51
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/consensus/tx_verify.cpp:51-51
# Review: APPROVED; outcome: KILLED
--- a/src/consensus/tx_verify.cpp
+++ b/src/consensus/tx_verify.cpp
@@ -51,1 +51,1 @@
-    bool fEnforceBIP68 = tx.version >= 2 && flags & LOCKTIME_VERIFY_SEQUENCE;
+    bool fEnforceBIP68 = tx.version <= 2 && flags & LOCKTIME_VERIFY_SEQUENCE;
