# MutantHub mutant #1915: Relational operator mutation at script.cpp:366
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:366-366
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -366,1 +366,1 @@
-    return opcode == 80 || opcode == 98 || (opcode >= 126 && opcode <= 129) ||
+    return opcode == 80 || opcode == 98 || (opcode > 126 && opcode <= 129) ||
