aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorPawel Cioch <pawel@greenhex.net>2019-02-20 10:41:11 -0600
committerPawel Cioch <pawel@greenhex.net>2019-02-20 10:41:11 -0600
commitf22f7677a6070e2cbb5aa6d1bf0f672c95083ed4 (patch)
tree3bf9a6a7f70984f081ed7020aea51baa5e3ad296 /tests/spec/tests.js
parent497fcf0e4863138ecdad1b13c9d204310a2598a6 (diff)
downloadBIP39-f22f7677a6070e2cbb5aa6d1bf0f672c95083ed4.tar.gz
BIP39-f22f7677a6070e2cbb5aa6d1bf0f672c95083ed4.tar.zst
BIP39-f22f7677a6070e2cbb5aa6d1bf0f672c95083ed4.zip
Added BST - BlockStamp
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 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});
1393it('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
1395it('Sets the bip39 seed from the prhase', function(done) { 1402it('Sets the bip39 seed from the prhase', function(done) {