# MutantHub mutant #2080: Relational operator mutation at txgraph.cpp:2244
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:2244-2244
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -2244,1 +2244,1 @@
-    bool oversized = uint64_t(feerate.size) > m_max_cluster_size;
+    bool oversized = uint64_t(feerate.size) < m_max_cluster_size;
