diff options
author | omahs <73983677+omahs@users.noreply.github.com> | 2024-07-21 09:31:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-21 09:31:28 +0200 |
commit | f61bdadafb82ae37166a4c2eb1ea1e4bed357f3a (patch) | |
tree | 7a0248f54a8515a02e3e54e8639c8a50d4cef50b | |
parent | bc1c18a289770928bb5f185f2d13f392401aa604 (diff) |
fix typo
-rw-r--r-- | bip-0390.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0390.mediawiki b/bip-0390.mediawiki index 05f5734..1024fb7 100644 --- a/bip-0390.mediawiki +++ b/bip-0390.mediawiki @@ -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 |