# MutantHub mutant #2174: Custom mutation at txgraph.cpp:3497
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:3497-3497
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -3497,1 +3497,1 @@
-            if (new_count > m_max_cluster_count || new_size > m_max_cluster_size) continue;
+            if (new_count > m_max_cluster_count || new_size > m_max_cluster_size) break;
