Skip to content

Commit 8c2f54d

Browse files
committed
Add references to the miniscript BIP-379
1 parent 3fd9714 commit 8c2f54d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bip-0388.mediawiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Moreover, other limitations like the limited size of the screen might affect wha
4040

4141
A more native, compact representation of the wallet receive and change addresses might also benefit the UX of software wallets when they use descriptors (possibly with miniscript) for representing complex locking conditions.
4242

43-
We remark that wallet policies are not related to the ''policy'' language, a higher level language that can be compiled to miniscript.
43+
We remark that wallet policies are not related to the ''policy'' language, a higher level language that can be compiled to [[bip-0379.md|miniscript]].
4444

4545
=== Security, privacy and UX concerns for hardware signing devices ===
4646

@@ -137,6 +137,8 @@ A ''wallet descriptor template'' is a <tt>SCRIPT</tt> expression.
137137
* <tt>tr(KP)</tt> or <tt>tr(KP,TREE)</tt> (top level only): P2TR output with the specified key as internal key, and optionally a tree of script paths.
138138
* any valid miniscript template (inside <tt>wsh</tt> or <tt>tr</tt> only).
139139
140+
See [[bip-0379.md|BIP-379]] for a precise specification of all the valid miniscript <tt>SCRIPT</tt> expressions.
141+
140142
<tt>TREE</tt> expressions:
141143
* any <tt>SCRIPT</tt> expression
142144
* An open brace <tt>{</tt>, a <tt>TREE</tt> expression, a comma <tt>,</tt>, a <tt>TREE</tt> expression, and a closing brace <tt>}</tt>

0 commit comments

Comments
 (0)