# MutantHub mutant #1889: Relational operator mutation at script.cpp:229
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:229-229
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -229,1 +229,1 @@
-            (*this)[22] == OP_EQUAL);
+            (*this)[22] != OP_EQUAL);
