Skip to content

Commit f18ddfb

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,13 @@ For example:
131131
The following descriptor template and derivation path:
132132

133133
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/**,[xfpForB/XY'/0'/0']XpubB/**))</code>
134+
134135
<code>/0/*,/1/*</code>
135136

136137
Expands to the two concrete descriptors:
137138

138139
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/0/*,[xfpForB/XY'/0'/0']XpubB/0/*))#Checksum</code>
140+
139141
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/1/*,[xfpForB/XY'/0'/0']XpubB/1/*))#Checksum</code>
140142

141143
To discover addresses, scan addresses of the external chain; respect the gap limit described below

0 commit comments

Comments
 (0)