# MutantHub mutant #2204: Constant replacement mutation at asmap.cpp:250
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/util/asmap.cpp:250-250
# Review: APPROVED; outcome: KILLED
--- a/src/util/asmap.cpp
+++ b/src/util/asmap.cpp
@@ -250,1 +250,1 @@
-        if (!jumps.empty() && pos >= jumps.back().first) return false;
+        if (!jumps.empty() && pos >= jumps.back().first) return true;
