# MutantHub mutant #1952: Relational operator mutation at txgraph.cpp:709
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:709-709
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -709,1 +709,1 @@
-        if (tx_count >= SingletonClusterImpl::MIN_INTENDED_TX_COUNT && tx_count <= SingletonClusterImpl::MAX_TX_COUNT) {
+        if (tx_count <= SingletonClusterImpl::MIN_INTENDED_TX_COUNT && tx_count <= SingletonClusterImpl::MAX_TX_COUNT) {
