388: fix incorrect example #1874
pull bigspider wants to merge 1 commits into bitcoin:master from bigspider:bip388-musig-fix changing 1 files +1 −1-
bigspider commented at 10:08 am on June 21, 2025: contributorAs per the test vectors, musig key expressions require the aggregation step to precede the change/address_index derivations in wallet policies.
-
388: fix incorrect example
As per the test vectors, musig key expressions require the aggregation step to precede the change/address_index derivations.
-
jonatack added the label Proposed BIP modification on Jun 21, 2025
-
jonatack removed the label Proposed BIP modification on Jun 21, 2025
-
jonatack added the label Bug fix on Jun 21, 2025
-
in bip-0388.mediawiki:245 in dadbbc6de4
241@@ -242,7 +242,7 @@ Common single-signature account patterns: 242 Common multisig schemes: 243 * <tt>wsh(multi(2,@0/**,@1/**))</tt> - SegWit 2-of-2 multisig, keys in order. 244 * <tt>sh(sortedmulti(2,@0/**,@1/**,@2/**))</tt> - Legacy 2-of-3 multisig, sorted keys. 245-* <tt>tr(musig(@0/**,@1/**))</tt> - MuSig2 2-of-2 in the taproot keypath 246+* <tt>tr(musig(@0,@1)/**)</tt> - MuSig2 2-of-2 in the taproot keypath
jonatack commented at 11:22 pm on June 22, 2025:This does remove the contradiction between the example here being the same as the invalid policy example in line 313 below.
Is there further explanation somewhere about the statement in line 313
"Derivation before aggregation is not allowed in wallet policies (despite being allowed in BIP-390)"
?
jonatack commented at 5:40 pm on June 25, 2025:Thanks! Fine for a different pull, but if there is no further explanation on this in the BIP, it may be good to add some (along with those links).jonatack merged this on Jun 25, 2025jonatack closed this on Jun 25, 2025
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bips. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-07-06 06:10 UTC
This is a metadata mirror of the GitHub repository bitcoin/bips. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-07-06 06:10 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me