From b3d847eeaf9a3895d0039a9d1a6c41302031cdc5 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 00:06:57 +0000 Subject: [PATCH] Edited ch05_wallets.adoc with Atlas code editor --- ch05_wallets.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 30359d6a..1bc310d4 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -1362,7 +1362,7 @@ branches of public keys, without exposing yourself to the risk of a leaked chain code, you should derive it from a hardened parent, rather than a normal parent. As a best practice, the level-1 children of the master keys are always derived through the hardened derivation, to -prevent compromise of the ((("private child key derivation", "hardened derivation", startref="private-child-harden")))((("child key pair derivation", "hardened derivation", startref="child-key-pair-harden")))((("hardened child key derivation", startref="harden-child-key")))master keys. +prevent compromise of the master keys. ===== Index numbers for normal and hardened derivation @@ -1386,7 +1386,7 @@ wallet index i++'++, that means 2^31^+i. In regular ASCII text, the prime symbol is substituted with either a single apostrophe or the letter _h_. For situations, such as in output script descriptors, where text may be used in a shell or other context where a single apostrophe -has special meaning, using the letter _h_ is recommended. +has special meaning, using the letter _h_ is ((("private child key derivation", "hardened derivation", startref="private-child-harden")))((("child key pair derivation", "hardened derivation", startref="child-key-pair-harden")))((("hardened child key derivation", startref="harden-child-key")))recommended. ===== HD wallet key identifier (path)