Fix typos in BIP 388 and BIP 390

Fix typos
This commit is contained in:
Mark "Murch" Erhardt 2024-07-22 09:37:07 -04:00 committed by GitHub
commit 3b72a7f129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

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