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