aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-09-16 10:48:38 +1000
committerGitHub <noreply@github.com>2019-09-16 10:48:38 +1000
commit394bce7c9ea5873c6c8be5319ad275a48a279099 (patch)
tree6728555810e3f6d8925d3e7edcf69a771dcf57fc /src/index.html
parent385ee32fd4c6cca4e1eb32a921613a6dbae7381a (diff)
parentbc32c841663821ba94c12afc5a7e73d689c7b153 (diff)
downloadBIP39-394bce7c9ea5873c6c8be5319ad275a48a279099.tar.gz
BIP39-394bce7c9ea5873c6c8be5319ad275a48a279099.tar.zst
BIP39-394bce7c9ea5873c6c8be5319ad275a48a279099.zip
Merge branch 'master' 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>