1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00
This commit is contained in:
omahs 2024-07-21 09:26:16 +02:00 committed by GitHub
parent 812907c2b0
commit bc1c18a289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,7 +142,7 @@ class WalletPolicy(object):
continue continue
if op in operators_key_all_but_first: if op in operators_key_all_but_first:
# skip the first argument (we now it's not a KEY expression, so it does not have a comma) # skip the first argument (we know it's not a KEY expression, so it does not have a comma)
first_comma_pos = descriptor.find(",", op_pos_start) first_comma_pos = descriptor.find(",", op_pos_start)
if first_comma_pos == -1: if first_comma_pos == -1:
raise Exception( raise Exception(