diff options
author | Ian Coleman <ian@iancoleman.io> | 2020-04-27 10:47:31 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2020-04-27 10:47:31 +1000 |
commit | 1bf76fe32df9c374c6262e47dacb1ff331438198 (patch) | |
tree | 5ccf1e5d48bff3cabf65ca3e0fa7cc2c978cba2b /src | |
parent | 904e39748cb64ed7630c8f8eead7b841693e16df (diff) | |
download | BIP39-1bf76fe32df9c374c6262e47dacb1ff331438198.tar.gz BIP39-1bf76fe32df9c374c6262e47dacb1ff331438198.tar.zst BIP39-1bf76fe32df9c374c6262e47dacb1ff331438198.zip |
last word is/contains a checksum
Closes #408
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
24 | <div class="form-group"> | 24 | <div class="form-group"> |
25 | <div class="col-sm-2"></div> | 25 | <div class="col-sm-2"></div> |
26 | <div class="col-sm-10"> | 26 | <div class="col-sm-10"> |
27 | <p>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).</p> | 27 | <p>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).</p> |
28 | <p> | 28 | <p> |
29 | For more info see the | 29 | For more info see the |
30 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a>. | 30 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a>. |