# MutantHub mutant #1104: Arithmetic operator mutation at interpreter.cpp:178
# Repository: bitcoin/bitcoin @ 05e49b342faa1412266951429c135e9f5daa30c2
# File: src/script/interpreter.cpp:178-178
# Review: APPROVED; outcome: KILLED
--- a/src/script/interpreter.cpp
+++ b/src/script/interpreter.cpp
@@ -178,1 +178,1 @@
-    if (lenS > 1 && (sig[lenR + 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;
+    if (lenS > 1 && (sig[lenR * 6] == 0x00) && !(sig[lenR + 7] & 0x80)) return false;
