diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 2ed23a13..a60e58cc 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -1024,7 +1024,7 @@ her family to recover the cryptocurrency((("wallets", "recovery codes", startref [[hd_wallet_details]] ==== Creating an HD Wallet from the Seed -HD wallets ((("wallets", "key generation", "HD (hierarchical deterministic)", id="wallet-keygen-hd")))((("key generation", "HD (hierarchical deterministic)", id="keygen-hd")))((("HD (hierarchical deterministic) key generation", id="hd-keygen")))((("BIP32 HD (hierarchical deterministic) key generation", id="bip32")))((("seeds", "HD wallet creation", id="seed-hdwallet")))are created from a single _root seed_, which is a +HD wallets ((("wallets", "key generation", "HD (hierarchical deterministic)", id="wallet-keygen-hd")))((("key generation", "HD (hierarchical deterministic)", id="keygen-hd")))((("HD (hierarchical deterministic) key generation", id="hd-keygen")))((("BIP32 HD (hierarchical deterministic) key generation", id="bip32")))((("seeds", "HD wallet creation", id="seed-hdwallet")))are created from a ((("root seeds")))single _root seed_, which is a 128-, 256-, or 512-bit random number. Most commonly, this seed is generated by or decrypted from a _recovery code_ as detailed in the previous section.