# MutantHub mutant #979: Relational operator mutation at descriptor.cpp:3014
# Repository: bitcoin/bitcoin @ 1aafd49077041e874d6b5f114927bc37e5b85d71
# File: src/script/descriptor.cpp:3014-3014
# Review: APPROVED; outcome: SURVIVED
--- a/src/script/descriptor.cpp
+++ b/src/script/descriptor.cpp
@@ -3014,1 +3014,1 @@
-            if (xpub != parent_xpub_pair.second) {
+            if (xpub == parent_xpub_pair.second) {
