diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-09-16 10:46:32 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-16 10:46:32 +1000 |
commit | bc32c841663821ba94c12afc5a7e73d689c7b153 (patch) | |
tree | 11d636d9e8f8708dd5532e449d1e3dec71bd13ea /src/index.html | |
parent | 5b689bd6e77f047eff37e43f0ffa487cb59edc45 (diff) | |
parent | 76120cb0b42530e3a40476272c1edbeac679db35 (diff) | |
download | BIP39-bc32c841663821ba94c12afc5a7e73d689c7b153.tar.gz BIP39-bc32c841663821ba94c12afc5a7e73d689c7b153.tar.zst BIP39-bc32c841663821ba94c12afc5a7e73d689c7b153.zip |
Merge pull request #353 from Groestlcoin/add-groestlcoin
Add Groestlcoin with Tests
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> |