aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorharzo <harzojunior@gmail.com>2018-09-05 15:03:40 +0200
committerharzo <harzojunior@gmail.com>2018-09-05 15:04:13 +0200
commita44c45e3c06a462e2de609317ba371894ed0ccee (patch)
treed2f0135f729a8d900e7f342f0b566964e8d537af /tests/spec/tests.js
parent341700110bd0bc101947ff94b466b50be84c8e74 (diff)
downloadBIP39-a44c45e3c06a462e2de609317ba371894ed0ccee.tar.gz
BIP39-a44c45e3c06a462e2de609317ba371894ed0ccee.tar.zst
BIP39-a44c45e3c06a462e2de609317ba371894ed0ccee.zip
Add ExchangeCoin
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 4d92471..b5fb4a4 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1290,6 +1290,13 @@ it('Allows selection of HUSH', function(done) {
1290 }; 1290 };
1291 testNetwork(done, params); 1291 testNetwork(done, params);
1292}); 1292});
1293it('Allows selection of ExchangeCoin', function(done) {
1294 var params = {
1295 selectText: "EXCC - ExchangeCoin",
1296 firstAddress: "22txYKpFN5fwGwdSs2UBf7ywewbLM92YqK7E",
1297 };
1298 testNetwork(done, params);
1299});
1293 1300
1294 1301
1295// BIP39 seed is set from phrase 1302// BIP39 seed is set from phrase