# MutantHub mutant #1940: Relational operator mutation at txgraph.cpp:514
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:514-514
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -514,1 +514,1 @@
-        if (locator_a.cluster != locator_b.cluster) {
+        if (locator_a.cluster == locator_b.cluster) {
