]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
last word is/contains a checksum
authorIan Coleman <ian@iancoleman.io>
Mon, 27 Apr 2020 00:47:31 +0000 (10:47 +1000)
committerIan Coleman <ian@iancoleman.io>
Mon, 27 Apr 2020 00:47:31 +0000 (10:47 +1000)
Closes #408

src/index.html

index 1184a0c69aca0ae82aea0bcd08b053f5de7b72f7..ae39c1110f4dee739c4068c468711268720098d1 100644 (file)
@@ -24,7 +24,7 @@
                         <div class="form-group">
                             <div class="col-sm-2"></div>
                             <div class="col-sm-10">
-                                <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>
+                                <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>
                                 <p>
                                     For more info see the
                                     <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a>.