Skip to content

Commit f9017e5

Browse files
authored
Merge pull request #1874 from bigspider/bip388-musig-fix
388: fix incorrect example
2 parents f38f6c4 + dadbbc6 commit f9017e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0388.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Common single-signature account patterns:
242242
Common multisig schemes:
243243
* <tt>wsh(multi(2,@0/**,@1/**))</tt> - SegWit 2-of-2 multisig, keys in order.
244244
* <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
245+
* <tt>tr(musig(@0,@1)/**)</tt> - MuSig2 2-of-2 in the taproot keypath
246246
247247
Some miniscript policies in <tt>wsh</tt>:
248248
* <tt>wsh(and_v(v:pk(@0/**),or_d(pk(@1/**),older(12960))))</tt> - Trust-minimized second factor, degrading to a single signature after about 90 days.

0 commit comments

Comments
 (0)