# MutantHub mutant #1911: Relational operator mutation at script.cpp:346
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:346-346
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -346,1 +346,1 @@
-        else if (opcode == OP_PUSHDATA4)
+        else if (opcode != OP_PUSHDATA4)
