Skip to content

Commit 25bacdc

Browse files
author
Robert Spigler
authored
Update Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki
Fix formatting
1 parent d95aa33 commit 25bacdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,16 @@ The multisig descriptors or descriptor template that is generated from the cosig
129129
For example:
130130

131131
The following descriptor template and derivation path:
132+
132133
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/**,[xfpForB/XY'/0'/0']XpubB/**))</code>
133134
<code>/0/*,/1/*</code>
134135

135136
Expands to the two concrete descriptors:
137+
136138
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/0/*,[xfpForB/XY'/0'/0']XpubB/0/*))#Checksum</code>
137139
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/1/*,[xfpForB/XY'/0'/0']XpubB/1/*))#Checksum</code>
138140

139-
# Scan addresses of the external chain; respect the gap limit described below
141+
To discover addresses, scan addresses of the external chain; respect the gap limit described below
140142

141143
Note: This therefore necessitates that multisig wallets backup their private key information and their descriptor, in order to properly restore at a later time. This shouldn't be a user burden, since (to much user surprise), all cosigner public keys need to be supplied in addition to <code>M</code> seeds in any <code>M</code> of <code>N</code> multisig restore operation. The descriptor provides this information in a standardized format, with key origin information and error detection.
142144

0 commit comments

Comments
 (0)