From 2ef8632eac714f78ad069e9667ca7280af912992 Mon Sep 17 00:00:00 2001 From: claylock Date: Fri, 27 Oct 2023 13:08:22 +0000 Subject: [PATCH] Edited ch05_wallets.adoc with Atlas code editor --- ch05_wallets.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 3b22acc9..62816aea 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -1052,9 +1052,7 @@ seed, which makes it possible to re-create the entire HD wallet from that seed in any compatible HD wallet. This makes it easy to back up, restore, export, and import HD wallets containing thousands or even millions of keys by simply transferring only the recovery code that the root -seed is derived from. - -The process of creating the master keys and master chain code for an HD +seed is derived from. The process of creating the master keys and master chain code for an HD wallet is shown in <>. [[HDWalletFromSeed]]