diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 91aa7f9b..b879fdb3 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -55,7 +55,7 @@ created new key pairs for each transaction, producing wallet databases that could only reasonably be backed up using digital media. [[Type0_wallet]] -[role="width-80"] +[role="width-60"] .Nondeterministic key generation: a collection of independently generated keys stored in a wallet database image::images/mbc3_0501.png["Non-Deterministic Wallet"] @@ -111,6 +111,7 @@ derived separately from their corresponding private keys, making it possible to store private keys more securely than ((("wallets", "key generation", "deterministic", startref="wallet-keygen-determine")))((("key generation", "deterministic", startref="keygen-determine")))((("deterministic key generation", startref="determine-keygen")))((("hash functions", "deterministic key generation", startref="hash-determine")))public keys. [[Type1_wallet]] +[role="width-60"] .Deterministic key generation: a deterministic sequence of keys derived from a seed for a wallet database image::images/mbc3_0502.png["Deterministic Wallet"]