From: Ian Coleman Date: Mon, 29 Oct 2018 06:44:16 +0000 (+1100) Subject: Fix Stash testnet test X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=f40c5c2423aea8a833a29bb3cf0f1db8dd80ca7d Fix Stash testnet test See https://github.com/iancoleman/bip39/pull/238#issuecomment-429679117 --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 544f921..f0fad85 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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); });