1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-09 15:53:54 +00: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

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>