From 298438a4b9705754693dc80361faa6505654823e Mon Sep 17 00:00:00 2001 From: MoNyAvA Date: Tue, 16 Dec 2025 15:28:50 +0100 Subject: [PATCH] BIP-383: remove extra stray --- bip-0383.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0383.mediawiki b/bip-0383.mediawiki index 25c09ed748..ae1553a3cf 100644 --- a/bip-0383.mediawiki +++ b/bip-0383.mediawiki @@ -58,7 +58,7 @@ For values greater than 16, they must be a push of the signed little endian enco The only change for sortedmulti() 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. -===Multiple Extended Keys=== +===Multiple Extended Keys=== When one or more the key expressions in a multi() or sortedmulti() 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.