# MutantHub mutant #1144: Constant replacement mutation at interpreter.cpp:295
# Repository: bitcoin/bitcoin @ 05e49b342faa1412266951429c135e9f5daa30c2
# File: src/script/interpreter.cpp:295-295
# Review: APPROVED; outcome: KILLED
--- a/src/script/interpreter.cpp
+++ b/src/script/interpreter.cpp
@@ -295,1 +295,1 @@
-    bool all_true() const { return m_first_false_pos == NO_FALSE; }
+    bool all_false() const { return m_first_false_pos == NO_FALSE; }
