# MutantHub mutant #2192: Custom mutation at asmap.cpp:200
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/util/asmap.cpp:200-200
# Review: APPROVED; outcome: KILLED
--- a/src/util/asmap.cpp
+++ b/src/util/asmap.cpp
@@ -200,1 +200,1 @@
-            if (ip_bit == ip_bits_end) break; // No input bits left
+            if (ip_bit == ip_bits_end) continue; // No input bits left
