From fde40b87e2117cc7ca8c5bc572fd5d806d6a72cf Mon Sep 17 00:00:00 2001 From: clenser Date: Wed, 18 Oct 2023 15:33:00 +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 d471d8e8..325ae7f8 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -20,7 +20,7 @@ In those cases, we'll describe the various options available. === Independent Key Generation -Wallets for physical cash hold that cash, +Wallets ((("wallets", "key generation", "independent", id="wallet-keygen-independent")))((("key generation", "independent", id="keygen-independent")))((("independent key generation", id="independent-keygen")))for physical cash hold that cash, so it's unsurprising that many people mistakenly believe that Bitcoin wallets contain bitcoins. In fact, what many people call a Bitcoin wallet--which we call a _wallet database_ to distinguish it @@ -60,7 +60,7 @@ that could only reasonably be backed up using digital media. image::images/mbc3_0501.png["Non-Deterministic Wallet"] Modern wallet applications don't independently generate keys but instead -derive them from a single random seed using a repeatable (deterministic) +derive them from a single random seed using a ((("wallets", "key generation", "independent", startref="wallet-keygen-independent")))((("key generation", "independent", startref="keygen-independent")))((("independent key generation", startref="independent-keygen")))repeatable (deterministic) algorithm. ==== Deterministic Key Generation