diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-02-25 10:54:32 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 10:54:32 +1100 |
commit | a8cf5a4fd92d0144f2541674cd0667d4d7d6bd9f (patch) | |
tree | ed29d8e5ea9cff23a6bdd8560e94d4f7992a9f71 /tests/spec | |
parent | cceb518d0996d3ca79f85f331cf6dc9da3720ee3 (diff) | |
parent | d2be7b6fd681a2247a155205e75a9903f5554f9b (diff) | |
download | BIP39-a8cf5a4fd92d0144f2541674cd0667d4d7d6bd9f.tar.gz BIP39-a8cf5a4fd92d0144f2541674cd0667d4d7d6bd9f.tar.zst BIP39-a8cf5a4fd92d0144f2541674cd0667d4d7d6bd9f.zip |
Merge pull request #296 from skironDotNet/blockstamp
Added BST - BlockStamp
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 6718a0e..dcc9b0a 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1390,6 +1390,13 @@ it('Allows selection of LitecoinZ', function(done) { | |||
1390 | }; | 1390 | }; |
1391 | testNetwork(done, params); | 1391 | testNetwork(done, params); |
1392 | }); | 1392 | }); |
1393 | it('Allows selection of BlockStamp', function(done) { | ||
1394 | var params = { | ||
1395 | selectText: "BST - BlockStamp", | ||
1396 | firstAddress: "15gypKtim4cVTj137ApfryG17RkvSbPazZ", | ||
1397 | }; | ||
1398 | testNetwork(done, params); | ||
1399 | }); | ||
1393 | 1400 | ||
1394 | // BIP39 seed is set from phrase | 1401 | // BIP39 seed is set from phrase |
1395 | it('Sets the bip39 seed from the prhase', function(done) { | 1402 | it('Sets the bip39 seed from the prhase', function(done) { |