# MutantHub mutant #2131: Relational operator mutation at txgraph.cpp:3001
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:3001-3001
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -3001,1 +3001,1 @@
-            for (ClusterSetIndex setindex = 0; setindex < quality_clusters.size(); ++setindex) {
+            for (ClusterSetIndex setindex = 0; setindex > quality_clusters.size(); ++setindex) {
