From 7e8facb4793ea8baafc07a5f4e9b28283d7c86d7 Mon Sep 17 00:00:00 2001 From: yyhrnk Date: Mon, 8 Dec 2025 18:14:55 +0200 Subject: [PATCH] BIP-390: allow musig() under rawtr() --- bip-0390.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0390.mediawiki b/bip-0390.mediawiki index e7281f8785..a27ddd440a 100644 --- a/bip-0390.mediawiki +++ b/bip-0390.mediawiki @@ -35,8 +35,8 @@ and [[bip-0389.mediawiki|BIP-389]]. ===musig(KEY, KEY, ..., KEY)=== -The musig(KEY, KEY, ..., KEY) expression can only be used inside of a tr() -expression as a key expression. It additionally cannot be nested within another musig() +The musig(KEY, KEY, ..., KEY) expression can only be used inside of a tr() or +rawtr() expression as a key expression. It additionally cannot be nested within another musig() expression. Participant public keys may be repeated. The aggregate public key is produced by using the KeyAgg algorithm on all KEYs specified in the expression after performing all specified derivation. As with script expressions, KEY can contain child derivation specified by