mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +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) {
|
||||
var params = {
|
||||
selectText: "STASH - Stash Testnet",
|
||||
firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT",
|
||||
firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user