]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fix SAFE test address
authorIan Coleman <ian@iancoleman.io>
Mon, 25 Feb 2019 00:23:10 +0000 (11:23 +1100)
committerIan Coleman <ian@iancoleman.io>
Mon, 25 Feb 2019 00:23:10 +0000 (11:23 +1100)
tests/spec/tests.js

index dcc9b0a65c9e28049b68ba30ce039b4a4d4dba9f..9c4b97206874fd84aa6e3b6187618a8f591551c5 100644 (file)
@@ -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);
  });