# MutantHub mutant #2144: Relational operator mutation at txgraph.cpp:3162
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:3162-3162
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -3162,1 +3162,1 @@
-    if (m_cur_iter == m_graph->m_main_chunkindex.end()) return;
+    if (m_cur_iter != m_graph->m_main_chunkindex.end()) return;
