From f40c5c2423aea8a833a29bb3cf0f1db8dd80ca7d Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 29 Oct 2018 17:44:16 +1100 Subject: [PATCH] Fix Stash testnet test See https://github.com/iancoleman/bip39/pull/238#issuecomment-429679117 --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); -- 2.41.0