Skip to content

Commit 3a98181

Browse files
bigspiderjonatack
andauthored
Apply suggestions from code review
Co-authored-by: Jon Atack <[email protected]>
1 parent eec1054 commit 3a98181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0388.mediawiki

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Note that while [[bip-0389.mediawiki|BIP-389]] allows multipath <tt>/<NUM;NUM;..
168168

169169
<tt>SCRIPT</tt>, <tt>TREE</tt> and <tt>KEY</tt> expressions map directly to the corresponding concepts defined in [[bip-0380.mediawiki|BIP-380]] for output script descriptors.
170170

171-
Each <tt>KEY</tt> expression always correspond to a precise public key in the final bitcoin Script. Therefore, all the derivation steps in the BIP-32 hierarchy are included in a <tt>KEY</tt> expression.
171+
Each <tt>KEY</tt> expression always corresponds to a precise public key in the final bitcoin Script. Therefore, all the derivation steps in the BIP-32 hierarchy are included in a <tt>KEY</tt> expression.
172172

173173
Each <tt>KP</tt> (key placeholder) expression, on the other hand, maps to the root of all the corresponding public keys for all the possible UTXOs that belong to the account represented in the wallet policy. Therefore, no derivation steps are allowed in a <tt>KP</tt> expression.
174174

@@ -240,7 +240,7 @@ Common single-signature account patterns:
240240
* <tt>tr(@0/**)</tt> (taproot single-signature account).
241241
242242
Common multisig schemes:
243-
* <tt>wsh(multi(2,@0/**,@1/**))</tt> - SegWit 2-of-2 multisignature, keys in order.
243+
* <tt>wsh(multi(2,@0/**,@1/**))</tt> - SegWit 2-of-2 multisig, keys in order.
244244
* <tt>sh(sortedmulti(2,@0/**,@1/**,@2/**))</tt> - Legacy 2-of-3 multisig, sorted keys.
245245
* <tt>tr(musig(@0/**,@1/**))</tt> - MuSig2 2-of-2 in the taproot keypath
246246

0 commit comments

Comments
 (0)