mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-23 16:05:41 +00:00
BIP-383: remove extra stray </tt> (#2061)
This commit is contained in:
@@ -56,7 +56,7 @@ For values greater than 16, they must be a push of the signed little endian enco
|
|||||||
The only change for <tt>sortedmulti()</tt> is that the keys are sorted lexicographically prior to the creation of the output script.
|
The only change for <tt>sortedmulti()</tt> is that the keys are sorted lexicographically prior to the creation of the output script.
|
||||||
This sorting is on the keys that are to be put into the output script, i.e. after all extended keys are derived.
|
This sorting is on the keys that are to be put into the output script, i.e. after all extended keys are derived.
|
||||||
|
|
||||||
===Multiple Extended Keys</tt>===
|
===Multiple Extended Keys===
|
||||||
|
|
||||||
When one or more the key expressions in a <tt>multi()</tt> or <tt>sortedmulti()</tt> expression are extended keys, the derived keys use the same child index.
|
When one or more the key expressions in a <tt>multi()</tt> or <tt>sortedmulti()</tt> expression are extended keys, the derived keys use the same child index.
|
||||||
This changes the keys in lockstep and allows for output scripts to be indexed in the same way that the derived keys are indexed.
|
This changes the keys in lockstep and allows for output scripts to be indexed in the same way that the derived keys are indexed.
|
||||||
|
|||||||
Reference in New Issue
Block a user