From: Ian Coleman Date: Mon, 25 Feb 2019 00:23:10 +0000 (+1100) Subject: Fix SAFE test address X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=869f5375eb424d3e9414248d15e8293f21319d36 Fix SAFE test address --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index dcc9b0a..9c4b972 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1365,7 +1365,7 @@ it('Allows selection of Phore', function(done) { it('Allows selection of Safecoin', function(done) { var params = { selectText: "SAFE - Safecoin", - firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF", + firstAddress: "RtxHpnhJz6RY8k9owP3ua5QWraunmewB1G", }; testNetwork(done, params); });