# MutantHub mutant #2160: Custom mutation at txgraph.cpp:3401
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:3401-3401
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -3401,1 +3401,1 @@
-        if (trim_data.size() <= m_max_cluster_count && size <= m_max_cluster_size) continue;
+        if (trim_data.size() <= m_max_cluster_count && size <= m_max_cluster_size) break;
