summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2024-04-23 13:14:36 -0700
committerGitHub <noreply@github.com>2024-04-23 13:14:36 -0700
commit3deaeef9588b1c4d55f31133bd3f512c4fd4b2f2 (patch)
treec93c3cc26ce73020b820d1dc61284e34aac09c41
parent05072ac3f4de6975c863897f85ec74a2abde6726 (diff)
parent91bbe3307c622a420d328407d29739a41a3f8b82 (diff)
downloadbips-3deaeef9588b1c4d55f31133bd3f512c4fd4b2f2.tar.xz
Merge pull request #1486 from wangchun/master
Fix typo in 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: