Skip to content

Commit 80b0c86

Browse files
committed
Fixup
1 parent 99de719 commit 80b0c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0388.mediawiki

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ A wallet policy must have at least one key placeholder and the corresponding key
196196

197197
The public keys obtained by deserializing elements of the key information vector must be pairwise distinct<ref>'''Why must public keys be distinct?''' Reusing pubkeys could be insecure in the context of wallet policies containing [https://bitcoin.sipa.be/miniscript/ miniscript]. Avoiding repeated public keys altogether avoids the problem at the source.</ref>.
198198

199-
If two <tt>KEY</tt> are <tt>KP/<M;N>/*</tt> and <tt>KP/<P;Q>/*</tt> for the same key placeholder <tt>KP</tt>, then the sets <tt>{M, N}</tt> and <tt>{P, Q}</tt> must be disjoint.
199+
If two <tt>KEY</tt> are <tt>KP/<M;N>/*</tt> and <tt>KP/<P;Q>/*</tt> for the same key placeholder <tt>KP</tt>, then the sets <tt>{M, N}</tt> and <tt>{P, Q}</tt> must be disjoint. Two `musig` key placeholders are the same if they have exactly the same set of key indexes (regardless of the order).
200200

201201
The key information vector should be ordered so that placeholder <tt>@i</tt> never appears for the first time before an occurrence of <tt>@j</tt> for some <tt>j < i</tt>; for example, the first placeholder is always <tt>@0</tt>, the next one is <tt>@1</tt>, etc.
202202

0 commit comments

Comments
 (0)