mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 21:30:41 +00:00
Fix tests for altcoins
Checked reddcoin address in block explorer https://live.reddcoin.com AXE params were updated in https://github.com/iancoleman/bip39/pull/213 but not the test.
This commit is contained in:
+2
-2
@@ -616,7 +616,7 @@ it('Allows selection of monacoin', function(done) {
|
|||||||
it('Allows selection of AXE', function(done) {
|
it('Allows selection of AXE', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "AXE - Axe",
|
selectText: "AXE - Axe",
|
||||||
firstAddress: "XQ4HLxUVS3egk5ff1o9e2vJFJKSSsUH3B7",
|
firstAddress: "PScwtLUyPiGrqtKXrHF37DGETLXLZdw4up",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
@@ -1057,7 +1057,7 @@ it('Allows selection of Putincoin', function(done) {
|
|||||||
it('Allows selection of Reddcoin', function(done) {
|
it('Allows selection of Reddcoin', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "RDD - Reddcoin",
|
selectText: "RDD - Reddcoin",
|
||||||
firstAddress: "1M4druAcUfkXBaAcQ4cCgCLPHChiaib6kL",
|
firstAddress: "RtgRvXMBng1y51ftteveFqwNfyRG18HpxQ",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user