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