Skip to content

Commit

Permalink
Fix tests for altcoins
Browse files Browse the repository at this point in the history
Checked reddcoin address in block explorer
https://live.reddcoin.com

AXE params were updated in
#213
but not the test.
  • Loading branch information
iancoleman committed May 29, 2018
1 parent 6db7516 commit 2ab3faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/spec/tests.js
Expand Up @@ -616,7 +616,7 @@ it('Allows selection of monacoin', function(done) {
it('Allows selection of AXE', function(done) {
var params = {
selectText: "AXE - Axe",
firstAddress: "XQ4HLxUVS3egk5ff1o9e2vJFJKSSsUH3B7",
firstAddress: "PScwtLUyPiGrqtKXrHF37DGETLXLZdw4up",
};
testNetwork(done, params);
});
Expand Down Expand Up @@ -1057,7 +1057,7 @@ it('Allows selection of Putincoin', function(done) {
it('Allows selection of Reddcoin', function(done) {
var params = {
selectText: "RDD - Reddcoin",
firstAddress: "1M4druAcUfkXBaAcQ4cCgCLPHChiaib6kL",
firstAddress: "RtgRvXMBng1y51ftteveFqwNfyRG18HpxQ",
};
testNetwork(done, params);
});
Expand Down

0 comments on commit 2ab3faf

Please sign in to comment.