# MutantHub mutant #2089: Relational operator mutation at txgraph.cpp:2296
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:2296-2296
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -2296,1 +2296,1 @@
-    if (chl_cluster == nullptr) return;
+    if (chl_cluster != nullptr) return;
