From bc1c18a289770928bb5f185f2d13f392401aa604 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 21 Jul 2024 09:26:16 +0200 Subject: fix typo --- bip-0388/wallet_policies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0388/wallet_policies.py') diff --git a/bip-0388/wallet_policies.py b/bip-0388/wallet_policies.py index 4cd5031..754d201 100755 --- a/bip-0388/wallet_policies.py +++ b/bip-0388/wallet_policies.py @@ -142,7 +142,7 @@ class WalletPolicy(object): continue 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) if first_comma_pos == -1: raise Exception( -- cgit v1.2.3