Added BST - BlockStamp

This commit is contained in:
Pawel Cioch
2019-02-20 10:41:11 -06:00
parent 497fcf0e48
commit f22f7677a6
4 changed files with 52 additions and 0 deletions

View 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) {