This commit is contained in:
Pawel Cioch
2018-12-10 09:27:13 -06:00
parent 7f65b685b3
commit d4fcdda9fb
3 changed files with 25 additions and 0 deletions

View File

@@ -1376,6 +1376,13 @@ it('Allows selection of Blocknode Testnet', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of LitecoinZ', function(done) {
var params = {
selectText: "LTZ - LitecoinZ",
firstAddress: "L1VTXju7hLgKV4T7fGXS9sKsnm2gmtRCmyw",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {