From 21fb40aa95759e023a82fce0dbc25c8d497120b5 Mon Sep 17 00:00:00 2001 From: clenser Date: Wed, 18 Oct 2023 15:45:09 +0000 Subject: [PATCH] Edited ch05_wallets.adoc with Atlas code editor --- ch05_wallets.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 91f55b46..cf6fac15 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -186,7 +186,7 @@ single sequence, as described in the((("wallets", "key generation", "public chil [[hd_wallets]] ==== Hierarchical Deterministic (HD) Key Generation (BIP32) -Every modern Bitcoin wallet of which we're aware uses hierarchical +Every ((("wallets", "key generation", "HD (hierarchical deterministic)")))((("key generation", "HD (hierarchical deterministic)")))((("HD (hierarchical deterministic) key generation")))((("BIP32 HD (hierarchical deterministic) key generation")))modern Bitcoin wallet of which we're aware uses hierarchical deterministic (HD) key generation by default. This standard, defined in BIP32, uses deterministic key generation and optional public child key derivation with an algorithm that produces a tree of keys.