From 38b95f339f44e8ed6a884dac1c56946a6d4fd46d Mon Sep 17 00:00:00 2001 From: "Minh T. Nguyen" Date: Fri, 30 May 2014 00:06:57 -0700 Subject: [PATCH] Capitalize english -> English --- ch04.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch04.asciidoc b/ch04.asciidoc index 16acd7a1..560a73b7 100644 --- a/ch04.asciidoc +++ b/ch04.asciidoc @@ -398,7 +398,7 @@ Deterministic, or "seeded" wallets are wallets that contain private keys which a ===== Mnemonic Code Words (BIP0039) -Mnemonic codes are english word sequences that are generated from a random sequence and used to produce a seed for use in deterministic wallets. The sequence of words is sufficient to re-create the seed and from there re-create the wallet and all the derived keys. A wallet application that implements deterministic wallets with mnemonic code, will show the user a sequence of 12-24 words when first creating a wallet. That sequence of words is the wallet backup and can be used to recover and re-create all the keys, in the same or any compatible wallet application. +Mnemonic codes are English word sequences that are generated from a random sequence and used to produce a seed for use in deterministic wallets. The sequence of words is sufficient to re-create the seed and from there re-create the wallet and all the derived keys. A wallet application that implements deterministic wallets with mnemonic code, will show the user a sequence of 12-24 words when first creating a wallet. That sequence of words is the wallet backup and can be used to recover and re-create all the keys, in the same or any compatible wallet application. The common standard for mnemonic codes is defined in Bitcoin Improvement Proposal 39 (see <>), currently in Draft status.