# MutantHub mutant #197: Relational operator mutation at tx_verify.cpp:33
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/consensus/tx_verify.cpp:33-33
# Review: APPROVED; outcome: KILLED
--- a/src/consensus/tx_verify.cpp
+++ b/src/consensus/tx_verify.cpp
@@ -33,1 +33,1 @@
-        if (!(txin.nSequence == CTxIn::SEQUENCE_FINAL))
+        if (!(txin.nSequence != CTxIn::SEQUENCE_FINAL))
