# MutantHub mutant #2064: Relational operator mutation at txgraph.cpp:2059
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:2059-2059
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -2059,1 +2059,1 @@
-        if (total_count > m_max_cluster_count || total_size > m_max_cluster_size) {
+        if (total_count < m_max_cluster_count || total_size > m_max_cluster_size) {
