diff options
author | Pavlos Tzegiannakis <pavlostze@gmail.com> | 2019-09-17 10:10:01 +0300 |
---|---|---|
committer | Pavlos Tzegiannakis <pavlostze@gmail.com> | 2019-09-17 10:10:01 +0300 |
commit | 3e2af09e07b97ed333ff74aa462cf6bbc92fd1fa (patch) | |
tree | b6dcdeb9e746bb47363545588f585fac82727c37 /src/index.html | |
parent | 907172d6f0c412e7fc7164a1385df4b099f09cd3 (diff) | |
parent | 394bce7c9ea5873c6c8be5319ad275a48a279099 (diff) | |
download | BIP39-3e2af09e07b97ed333ff74aa462cf6bbc92fd1fa.tar.gz BIP39-3e2af09e07b97ed333ff74aa462cf6bbc92fd1fa.tar.zst BIP39-3e2af09e07b97ed333ff74aa462cf6bbc92fd1fa.zip |
Merge branch 'enable-segwit' of https://github.com/PavlosTze/bip39 into enable-segwit
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 7dd3e9e..95fccc1 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -945,5 +945,7 @@ | |||
945 | <script src="js/entropy.js"></script> | 945 | <script src="js/entropy.js"></script> |
946 | <script src="js/stellar-util.js"></script> | 946 | <script src="js/stellar-util.js"></script> |
947 | <script src="js/index.js"></script> | 947 | <script src="js/index.js"></script> |
948 | <script src="js/groestlcoinjs-3.3.2.js"></script> | ||
949 | <script src="js/groestlcoinjs-bip38-2.0.2.js"></script> | ||
948 | </body> | 950 | </body> |
949 | </html> | 951 | </html> |