# MutantHub mutant #1896: Relational operator mutation at script.cpp:257
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:257-257
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -257,1 +257,1 @@
-    if ((size_t)((*this)[1] + 2) == this->size()) {
+    if ((size_t)((*this)[1] + 2) != this->size()) {
