mirror of
https://github.com/bitcoin/bips.git
synced 2025-08-18 13:26:23 +00:00
Merge pull request #1874 from bigspider/bip388-musig-fix
388: fix incorrect example
This commit is contained in:
commit
f9017e52a3
@ -242,7 +242,7 @@ Common single-signature account patterns:
|
||||
Common multisig schemes:
|
||||
* <tt>wsh(multi(2,@0/**,@1/**))</tt> - SegWit 2-of-2 multisig, keys in order.
|
||||
* <tt>sh(sortedmulti(2,@0/**,@1/**,@2/**))</tt> - Legacy 2-of-3 multisig, sorted keys.
|
||||
* <tt>tr(musig(@0/**,@1/**))</tt> - MuSig2 2-of-2 in the taproot keypath
|
||||
* <tt>tr(musig(@0,@1)/**)</tt> - MuSig2 2-of-2 in the taproot keypath
|
||||
|
||||
Some miniscript policies in <tt>wsh</tt>:
|
||||
* <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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user