aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorPawel Cioch <pawel@greenhex.net>2018-12-10 09:27:13 -0600
committerPawel Cioch <pawel@greenhex.net>2018-12-10 09:27:13 -0600
commitd4fcdda9fbfde32d67588aa9d74d74c5606c239d (patch)
tree0485906fb66ad25d629a25804d46eb0915b35482 /tests/spec/tests.js
parent7f65b685b384c48df1b4ea11e7331daf15ec680d (diff)
downloadBIP39-d4fcdda9fbfde32d67588aa9d74d74c5606c239d.tar.gz
BIP39-d4fcdda9fbfde32d67588aa9d74d74c5606c239d.tar.zst
BIP39-d4fcdda9fbfde32d67588aa9d74d74c5606c239d.zip
added LTZ - LitecoinZ https://litecoinz.org/
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 0bb56f8..5c23f8b 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1376,6 +1376,13 @@ it('Allows selection of Blocknode Testnet', function(done) {
1376 }; 1376 };
1377 testNetwork(done, params); 1377 testNetwork(done, params);
1378}); 1378});
1379it('Allows selection of LitecoinZ', function(done) {
1380 var params = {
1381 selectText: "LTZ - LitecoinZ",
1382 firstAddress: "L1VTXju7hLgKV4T7fGXS9sKsnm2gmtRCmyw",
1383 };
1384 testNetwork(done, params);
1385});
1379 1386
1380// BIP39 seed is set from phrase 1387// BIP39 seed is set from phrase
1381it('Sets the bip39 seed from the prhase', function(done) { 1388it('Sets the bip39 seed from the prhase', function(done) {