# MutantHub mutant #1875: Relational operator mutation at script.cpp:197
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:197-197
# Review: APPROVED; outcome: SURVIVED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -197,1 +197,1 @@
-        if (opcode > OP_16)
+        if (opcode >= OP_16)
