Merge branch 'master' into master

This commit is contained in:
iancoleman
2019-08-01 10:01:17 +10:00
committed by GitHub
3 changed files with 26 additions and 0 deletions

View File

@@ -1543,6 +1543,13 @@ it('Allows selection of Stellar', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of Wagerr', function(done) {
var params = {
selectText: "WGR - Wagerr",
firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {