# MutantHub mutant #1918: Relational operator mutation at script.cpp:369
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:369-369
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -369,1 +369,1 @@
-           (opcode >= 187 && opcode <= 254);
+           (opcode > 187 && opcode <= 254);
