diff options
-rw-r--r-- | bip39-standalone.html | 1 | ||||
-rw-r--r-- | src/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
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 @@ | |||
51 | <div class="col-md-12"> | 51 | <div class="col-md-12"> |
52 | <h2>Phrase</h2> | 52 | <h2>Phrase</h2> |
53 | <form class="form-horizontal" role="form"> | 53 | <form class="form-horizontal" role="form"> |
54 | <p>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)</p> | ||
54 | <div class="col-sm-2"></div> | 55 | <div class="col-sm-2"></div> |
55 | <div class="col-sm-10"> | 56 | <div class="col-sm-10"> |
56 | <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> | 57 | <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> |
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 @@ | |||
43 | <div class="col-md-12"> | 43 | <div class="col-md-12"> |
44 | <h2>Phrase</h2> | 44 | <h2>Phrase</h2> |
45 | <form class="form-horizontal" role="form"> | 45 | <form class="form-horizontal" role="form"> |
46 | <p>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)</p> | ||
46 | <div class="col-sm-2"></div> | 47 | <div class="col-sm-2"></div> |
47 | <div class="col-sm-10"> | 48 | <div class="col-sm-10"> |
48 | <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> | 49 | <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> |