# MutantHub mutant #2010: Relational operator mutation at txgraph.cpp:1562
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:1562-1562
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -1562,1 +1562,1 @@
-    std::sort(to_apply.begin(), to_apply.end(), [](auto& a, auto& b) { return a.second < b.second; });
+    std::sort(to_apply.begin(), to_apply.end(), [](auto& a, auto& b) { return a.second > b.second; });
