Fix Stash testnet test

See https://github.com/iancoleman/bip39/pull/238#issuecomment-429679117
This commit is contained in:
Ian Coleman
2018-10-29 17:44:16 +11:00
parent 65afae0b5e
commit f40c5c2423

View File

@@ -1120,7 +1120,7 @@ it('Allows selection of stash', function(done) {
it('Allows selection of stash testnet', function(done) {
var params = {
selectText: "STASH - Stash Testnet",
firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT",
firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR",
};
testNetwork(done, params);
});