# MutantHub mutant #2058: Custom mutation at txgraph.cpp:2012
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:2012-2012
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -2012,1 +2012,1 @@
-                if (chl_cluster->m_sequence > data.sequence) break;
+                if (chl_cluster->m_sequence > data.sequence) continue;
