summaryrefslogtreecommitdiff
path: root/bip-0087.mediawiki
diff options
context:
space:
mode:
authorChun <wangchun@users.noreply.github.com>2023-08-20 08:59:19 +0100
committerGitHub <noreply@github.com>2023-08-20 07:59:19 +0000
commit91bbe3307c622a420d328407d29739a41a3f8b82 (patch)
tree0b559630b32617722ccb03ea1cb3b1c4a6af77e6 /bip-0087.mediawiki
parente643d247c8bc086745f3031cdee0899803edea2f (diff)
downloadbips-91bbe3307c622a420d328407d29739a41a3f8b82.tar.xz
Update bip-0087.mediawiki
typo fix
Diffstat (limited to 'bip-0087.mediawiki')
-rw-r--r--bip-0087.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0087.mediawiki b/bip-0087.mediawiki
index d270027..308e852 100644
--- a/bip-0087.mediawiki
+++ b/bip-0087.mediawiki
@@ -40,7 +40,7 @@ A modern standardization is needed for multisig derivation paths. There are som
m / purpose' / cosigner_index / change / address_index
</pre>
-BIP45 unecessarily demands a single script type (here, P2SH). In addition, BIP45 sets <code>cosigner_index</code> in order to sort the <code>purpose'</code> public keys of each cosigner. This too is redundant, as descriptors can set the order of the public keys with <code>multi</code> or have them sorted lexicographically (as described in [https://github.com/bitcoin/bips/blob/master/bip-0067.mediawiki BIP67]) with <code>sortedmulti</code>. Sorting public keys between cosigners in order to create the full derivation path, prior to sending the key record to the coordinator to create the descriptor, merely adds additional unnecessary communication rounds.
+BIP45 unnecessarily demands a single script type (here, P2SH). In addition, BIP45 sets <code>cosigner_index</code> in order to sort the <code>purpose'</code> public keys of each cosigner. This too is redundant, as descriptors can set the order of the public keys with <code>multi</code> or have them sorted lexicographically (as described in [https://github.com/bitcoin/bips/blob/master/bip-0067.mediawiki BIP67]) with <code>sortedmulti</code>. Sorting public keys between cosigners in order to create the full derivation path, prior to sending the key record to the coordinator to create the descriptor, merely adds additional unnecessary communication rounds.
The second multisignature "standard" in use is m/48', which specifies: