# MutantHub mutant #1942: Relational operator mutation at txgraph.cpp:535
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:535-535
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -535,1 +535,1 @@
-            return m_graph->CompareMainTransactions(a.m_graph_index, b.m_graph_index) < 0;
+            return m_graph->CompareMainTransactions(a.m_graph_index, b.m_graph_index) > 0;
