From: Ian Coleman Date: Wed, 24 Sep 2014 12:25:40 +0000 (+1000) Subject: Help text for entering your own phrase X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=90dd6d3c920eb2b453636f317a196fc9d61cf968;hp=212b1b46762e4db5ffd598ca242f7b5c49f02002;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git Help text for entering your own phrase --- diff --git a/bip39-standalone.html b/bip39-standalone.html index c7beb3e..6b64f01 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -51,6 +51,7 @@

Phrase

+

You can enter an existing BIP39 phrase, 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)

For more info see the BIP39 spec

diff --git a/src/index.html b/src/index.html index 2cb6560..bf1a7f3 100644 --- a/src/index.html +++ b/src/index.html @@ -43,6 +43,7 @@

Phrase

+

You can enter an existing BIP39 phrase, 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)

For more info see the BIP39 spec