# MutantHub mutant #1895: Relational operator mutation at script.cpp:254
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:254-254
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -254,1 +254,1 @@
-    if ((*this)[0] != OP_0 && ((*this)[0] < OP_1 || (*this)[0] > OP_16)) {
+    if ((*this)[0] != OP_0 && ((*this)[0] < OP_1 || (*this)[0] >= OP_16)) {
