# MutantHub mutant #939: Constant replacement mutation at descriptor.cpp:2751
# Repository: bitcoin/bitcoin @ 1aafd49077041e874d6b5f114927bc37e5b85d71
# File: src/script/descriptor.cpp:2751-2751
# Review: APPROVED; outcome: KILLED
--- a/src/script/descriptor.cpp
+++ b/src/script/descriptor.cpp
@@ -2751,1 +2751,1 @@
-        return std::make_unique<PKDescriptor>(InferXOnlyPubkey(key, ctx, provider), true);
+        return std::make_unique<PKDescriptor>(InferXOnlyPubkey(key, ctx, provider), false);
