diff options
author | hostgame <hostgame@users.noreply.github.com> | 2019-04-03 17:09:41 +0600 |
---|---|---|
committer | hostgame <hostgame@users.noreply.github.com> | 2019-04-03 17:09:41 +0600 |
commit | 491948dbcb6bee740158037a8aefe5096becb76e (patch) | |
tree | fd96db200002a1479cbac7a0562ff5398e1b7fdd /src/index.html | |
parent | 7a11300336844b822a8f3ec4f85586b79c5954f4 (diff) | |
download | BIP39-491948dbcb6bee740158037a8aefe5096becb76e.tar.gz BIP39-491948dbcb6bee740158037a8aefe5096becb76e.tar.zst BIP39-491948dbcb6bee740158037a8aefe5096becb76e.zip |
Nebulas. Add test spec. Replace nebulas.js by account part of nebulas.js only.
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 73d0084..b6a9fc6 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -927,7 +927,7 @@ | |||
927 | <script src="js/ethereumjs-util.js"></script> | 927 | <script src="js/ethereumjs-util.js"></script> |
928 | <script src="js/ripple-util.js"></script> | 928 | <script src="js/ripple-util.js"></script> |
929 | <script src="js/bchaddrjs-0.2.1.js"></script> | 929 | <script src="js/bchaddrjs-0.2.1.js"></script> |
930 | <script src="js/nebulas.js"></script> | 930 | <script src="js/nebulas-account.js"></script> |
931 | <script src="js/sjcl-bip39.js"></script> | 931 | <script src="js/sjcl-bip39.js"></script> |
932 | <script src="js/wordlist_english.js"></script> | 932 | <script src="js/wordlist_english.js"></script> |
933 | <script src="js/wordlist_japanese.js"></script> | 933 | <script src="js/wordlist_japanese.js"></script> |