From 1bf76fe32df9c374c6262e47dacb1ff331438198 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 27 Apr 2020 10:47:31 +1000 Subject: [PATCH] last word is/contains a checksum Closes #408 --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 1184a0c..ae39c11 100644 --- a/src/index.html +++ b/src/index.html @@ -24,7 +24,7 @@
-

You can enter an existing BIP39 mnemonic, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum).

+

You can enter an existing BIP39 mnemonic, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word contains a checksum).

For more info see the BIP39 spec. -- 2.41.0