aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 1184a0c..4e685a5 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>.
@@ -966,6 +966,7 @@
966 <script src="js/jingtum-util.js"></script> 966 <script src="js/jingtum-util.js"></script>
967 <script src="js/casinocoin-util.js"></script> 967 <script src="js/casinocoin-util.js"></script>
968 <script src="js/eos-util.js"></script> 968 <script src="js/eos-util.js"></script>
969 <script src="js/fio-util.js"></script>
969 <script src="js/sjcl-bip39.js"></script> 970 <script src="js/sjcl-bip39.js"></script>
970 <script src="js/wordlist_english.js"></script> 971 <script src="js/wordlist_english.js"></script>
971 <script src="js/wordlist_japanese.js"></script> 972 <script src="js/wordlist_japanese.js"></script>