diff options
author | Pawel Cioch <pawel@greenhex.net> | 2019-02-20 10:41:11 -0600 |
---|---|---|
committer | Pawel Cioch <pawel@greenhex.net> | 2019-02-20 10:41:11 -0600 |
commit | f22f7677a6070e2cbb5aa6d1bf0f672c95083ed4 (patch) | |
tree | 3bf9a6a7f70984f081ed7020aea51baa5e3ad296 /tests | |
parent | 497fcf0e4863138ecdad1b13c9d204310a2598a6 (diff) | |
download | BIP39-f22f7677a6070e2cbb5aa6d1bf0f672c95083ed4.tar.gz BIP39-f22f7677a6070e2cbb5aa6d1bf0f672c95083ed4.tar.zst BIP39-f22f7677a6070e2cbb5aa6d1bf0f672c95083ed4.zip |
Added BST - BlockStamp
Diffstat (limited to 'tests')
-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) { |