summaryrefslogtreecommitdiff
path: root/bip-0388/wallet_policies.py
diff options
context:
space:
mode:
authoromahs <73983677+omahs@users.noreply.github.com>2024-07-21 09:26:16 +0200
committerGitHub <noreply@github.com>2024-07-21 09:26:16 +0200
commitbc1c18a289770928bb5f185f2d13f392401aa604 (patch)
treec02d1d13cb2e93c4766d1191c8b5129b57dfe5e5 /bip-0388/wallet_policies.py
parent812907c2b00b92ee31e2b638622a4fe14a428aee (diff)
downloadbips-bc1c18a289770928bb5f185f2d13f392401aa604.tar.xz
fix typo
Diffstat (limited to 'bip-0388/wallet_policies.py')
-rwxr-xr-xbip-0388/wallet_policies.py2
1 files changed, 1 insertions, 1 deletions
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(