From d721a734f9ae07af9b47819e3def02327403f161 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 00:01:52 +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 321c71c5..0a34ec04 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -1269,7 +1269,7 @@ image::images/mbc3_0508.png["ChildPublicDerivation"] ==== Using an Extended Public Key on a Web Store -Let's see how HD wallets are used by looking at +Let's see ((("key generation", "HD (hierarchical deterministic)", "extended keys", id="keygen-hd-extend-webstore")))((("HD (hierarchical deterministic) key generation", "extended keys", "web store example", id="hd-keygen-extend-webstore")))((("extended keys", "web store example", id="extend-key-webstore")))((("web store example (extended keys)", id="webstore-extend-key")))how HD wallets are used by looking at Gabriel's web store. Gabriel first set up his web store as a hobby, based on a simple hosted @@ -1528,5 +1528,5 @@ required to spend your bitcoins is lost, those bitcoins will forever be unspendable. Nobody can get them back for you. In this chapter, we looked at the systems that modern wallet applications use to help you prevent losing that data. Remember, however, that it's up to you to -actually use the systems available to make good backups and regularly +actually use the systems available to make good backups and ((("key generation", "HD (hierarchical deterministic)", "extended keys", startref="keygen-hd-extend-webstore")))((("HD (hierarchical deterministic) key generation", "extended keys", "web store example", startref="hd-keygen-extend-webstore")))((("extended keys", "web store example", startref="extend-key-webstore")))((("web store example (extended keys)", startref="webstore-extend-key")))regularly test them.