]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Added BST - BlockStamp
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 6718a0e99fcaa89dc717fed716b4e6c6ae8fd923..dcc9b0a65c9e28049b68ba30ce039b4a4d4dba9f 100644 (file)
@@ -1390,6 +1390,13 @@ it('Allows selection of LitecoinZ', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of BlockStamp', function(done) {
+    var params = {
+        selectText: "BST - BlockStamp",
+        firstAddress: "15gypKtim4cVTj137ApfryG17RkvSbPazZ",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {