diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index cc9de427..13e640f2 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -242,7 +242,7 @@ Common single-signature account patterns: Common multisig schemes: * wsh(multi(2,@0/**,@1/**)) - SegWit 2-of-2 multisig, keys in order. * sh(sortedmulti(2,@0/**,@1/**,@2/**)) - Legacy 2-of-3 multisig, sorted keys. -* tr(musig(@0/**,@1/**)) - MuSig2 2-of-2 in the taproot keypath +* tr(musig(@0,@1)/**) - MuSig2 2-of-2 in the taproot keypath Some miniscript policies in wsh: * wsh(and_v(v:pk(@0/**),or_d(pk(@1/**),older(12960)))) - Trust-minimized second factor, degrading to a single signature after about 90 days.