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)