# MutantHub mutant #1872: Relational operator mutation at script.cpp:172
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:172-172
# Review: APPROVED; outcome: SURVIVED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -172,1 +172,1 @@
-            if (fAccurate && lastOpcode >= OP_1 && lastOpcode <= OP_16)
+            if (fAccurate && lastOpcode > OP_1 && lastOpcode <= OP_16)
