aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorPavlos Tzegiannakis <pavlostze@gmail.com>2019-09-17 10:10:01 +0300
committerPavlos Tzegiannakis <pavlostze@gmail.com>2019-09-17 10:10:01 +0300
commit3e2af09e07b97ed333ff74aa462cf6bbc92fd1fa (patch)
treeb6dcdeb9e746bb47363545588f585fac82727c37 /src/index.html
parent907172d6f0c412e7fc7164a1385df4b099f09cd3 (diff)
parent394bce7c9ea5873c6c8be5319ad275a48a279099 (diff)
downloadBIP39-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.html2
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>