# MutantHub mutant #1914: Arithmetic operator mutation at script.cpp:356
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:356-356
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -356,1 +356,1 @@
-            pvchRet->assign(pc, pc + nSize);
+            pvchRet->assign(pc, pc - nSize);
