Skip to content

Commit bc1c18a

Browse files
authored
fix typo
1 parent 812907c commit bc1c18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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(

0 commit comments

Comments
 (0)