1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 13:26:08 +01:00

minor edit

This commit is contained in:
Hugo Nguyen 2021-04-24 20:24:30 -07:00 committed by GitHub
parent 3ecad81bea
commit 45bc31d83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,11 +163,11 @@ The output descriptor language only supports one-dimensional lists. This proposa
<tt>XPUB/**</tt>
Whereas <tt>**</tt> can be replaced by any number of derivation paths.
Whereas <tt>/**</tt> can be replaced by any number of derivation path restrictions.
If there is a descriptor template in the descriptor record, Signers should expand the template into concrete descriptors by using the derivations paths provided in the record.
A descriptor template must be accompanied by derivation path restrictions. Signers should expand the template into concrete descriptors by replacing <tt>/**</tt> with the restrictions.
For example, the following template and derivation paths:
For example, the following template and derivation path restrictions:
* <tt>wsh(sortedmulti(2,XPUB1/**,XPUB2/**))</tt>
* <tt>/0/*,/1/*</tt>