# MutantHub mutant #1916: Relational operator mutation at script.cpp:367
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:367-367
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -367,1 +367,1 @@
-           (opcode >= 131 && opcode <= 134) || (opcode >= 137 && opcode <= 138) ||
+           (opcode > 131 && opcode <= 134) || (opcode >= 137 && opcode <= 138) ||
