# MutantHub mutant #1892: Relational operator mutation at script.cpp:237
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:237-237
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -237,1 +237,1 @@
-            (*this)[1] == 0x20);
+            (*this)[1] != 0x20);
