summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki b/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki
index 6be0a65..2783cea 100644
--- a/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki
+++ b/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki
@@ -131,11 +131,13 @@ For example:
The following descriptor template and derivation path:
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/**,[xfpForB/XY'/0'/0']XpubB/**))</code>
+
<code>/0/*,/1/*</code>
Expands to the two concrete descriptors:
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/0/*,[xfpForB/XY'/0'/0']XpubB/0/*))#Checksum</code>
+
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/1/*,[xfpForB/XY'/0'/0']XpubB/1/*))#Checksum</code>
To discover addresses, scan addresses of the external chain; respect the gap limit described below