# MutantHub mutant #1893: Relational operator mutation at script.cpp:251
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:251-251
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -251,1 +251,1 @@
-    if (this->size() < 4 || this->size() > 42) {
+    if (this->size() < 4 || this->size() >= 42) {
