# MutantHub mutant #2168: Logical operator mutation at txgraph.cpp:3429
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:3429-3429
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -3429,1 +3429,1 @@
-            if (trim_it->m_deps_left == 0 && trim_it->m_tx_size <= m_max_cluster_size) {
+            if (trim_it->m_deps_left == 0 || trim_it->m_tx_size <= m_max_cluster_size) {
