Skip to content

Commit 3b72a7f

Browse files
authored
Fix typos in BIP 388 and BIP 390
Fix typos
2 parents 812907c + f61bdad commit 3b72a7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bip-0388/wallet_policies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def parse_key_expressions(only_first=False, handle_musig=False):
142142
continue
143143

144144
if op in operators_key_all_but_first:
145-
# skip the first argument (we now it's not a KEY expression, so it does not have a comma)
145+
# skip the first argument (we know it's not a KEY expression, so it does not have a comma)
146146
first_comma_pos = descriptor.find(",", op_pos_start)
147147
if first_comma_pos == -1:
148148
raise Exception(

bip-0390.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ backed up, or guess, the correct order of keys.</ref>.
5151
<tt>musig(KEY, KEY, ..., KEY)/NUM/.../*</tt> expressions are also allowed, with the same usage
5252
restrictions as in the previous section. The aggregate public key
5353
is first computed as described above, with the keys also being sorted after all derivation and prior
54-
to aggreation. Then further BIP 32 derivation will be performed on the aggregate public key as described in
54+
to aggregation. Then further BIP 32 derivation will be performed on the aggregate public key as described in
5555
[[bip-0328.mediawiki|BIP 328]]. As there is no aggregate private key,
5656
only unhardened derivation from the aggregate public key is allowed, and thus the derivation steps
5757
following the <tt>musig()</tt> expression cannot contain

0 commit comments

Comments
 (0)