# MutantHub mutant #938: Logical operator mutation at descriptor.cpp:2749
# Repository: bitcoin/bitcoin @ 1aafd49077041e874d6b5f114927bc37e5b85d71
# File: src/script/descriptor.cpp:2749-2749
# Review: APPROVED; outcome: KILLED
--- a/src/script/descriptor.cpp
+++ b/src/script/descriptor.cpp
@@ -2749,1 +2749,1 @@
-    if (ctx == ParseScriptContext::P2TR && script.size() == 34 && script[0] == 32 && script[33] == OP_CHECKSIG) {
+    if (ctx == ParseScriptContext::P2TR || script.size() == 34 && script[0] == 32 && script[33] == OP_CHECKSIG) {
