# MutantHub mutant #1924: Relational operator mutation at script.cpp:386
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:386-386
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -386,1 +386,1 @@
-        return opcode == data.size();
+        return opcode != data.size();
