Skip to content

Commit 3deaeef

Browse files
authored
Merge pull request bitcoin#1486 from wangchun/master
Fix typo in bip-0087.mediawiki
2 parents 05072ac + 91bbe33 commit 3deaeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0087.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A modern standardization is needed for multisig derivation paths. There are som
4040
m / purpose' / cosigner_index / change / address_index
4141
</pre>
4242

43-
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.
43+
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.
4444

4545
The second multisignature "standard" in use is m/48', which specifies:
4646

0 commit comments

Comments
 (0)