# MutantHub mutant #1995: Logical operator mutation at txgraph.cpp:1312
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:1312-1312
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -1312,1 +1312,1 @@
-    } while (!to_remove.empty() && to_remove.front() == m_graph_index);
+    } while (!to_remove.empty() || to_remove.front() == m_graph_index);
