# MutantHub mutant #2165: Relational operator mutation at txgraph.cpp:3419
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:3419-3419
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -3419,1 +3419,1 @@
-        for (auto trim_it = trim_data.begin(); trim_it != trim_data.end(); ++trim_it) {
+        for (auto trim_it = trim_data.begin(); trim_it == trim_data.end(); ++trim_it) {
