Fix SAFE test address

This commit is contained in:
Ian Coleman
2019-02-25 11:23:10 +11:00
parent 47d719a493
commit 869f5375eb

View 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);
});