# MutantHub mutant #1917: Relational operator mutation at script.cpp:368
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:368-368
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -368,1 +368,1 @@
-           (opcode >= 141 && opcode <= 142) || (opcode >= 149 && opcode <= 153) ||
+           (opcode > 141 && opcode <= 142) || (opcode >= 149 && opcode <= 153) ||
