mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
Fix Stash testnet test
See https://github.com/iancoleman/bip39/pull/238#issuecomment-429679117
This commit is contained in:
@@ -1120,7 +1120,7 @@ it('Allows selection of stash', function(done) {
|
|||||||
it('Allows selection of stash testnet', function(done) {
|
it('Allows selection of stash testnet', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "STASH - Stash Testnet",
|
selectText: "STASH - Stash Testnet",
|
||||||
firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT",
|
firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user