# MutantHub mutant #1885: Relational operator mutation at script.cpp:220
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:220-220
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -220,1 +220,1 @@
-        program[1] == 0x73;
+        program[1] != 0x73;
