# MutantHub mutant #975: Constant replacement mutation at descriptor.cpp:2985
# Repository: bitcoin/bitcoin @ 1aafd49077041e874d6b5f114927bc37e5b85d71
# File: src/script/descriptor.cpp:2985-2985
# Review: APPROVED; outcome: KILLED
--- a/src/script/descriptor.cpp
+++ b/src/script/descriptor.cpp
@@ -2985,1 +2985,1 @@
-    if (it == m_parent_xpubs.end()) return false;
+    if (it == m_parent_xpubs.end()) return true;
