mirror of
https://github.com/AtHeartEngineer/bip39.git
synced 2026-01-09 09:27:59 -05:00
Fix elastos changes
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,2 @@
|
|||||||
node_modules
|
node_modules
|
||||||
bip39-standalone.html
|
bip39-standalone.html
|
||||||
.idea
|
|
||||||
.DS_Store
|
|
||||||
package-lock.json
|
|
||||||
|
|||||||
@@ -1611,7 +1611,7 @@ it('Allows selection of Groestlcoin Testnet', function(done) {
|
|||||||
it('Allows selection of Elastos', function(done) {
|
it('Allows selection of Elastos', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "ELA - Elastos",
|
selectText: "ELA - Elastos",
|
||||||
firstAddress: "EYmqntM99tr4NJJs2G5Nr93pqsh9cdTCkS",
|
firstAddress: "EMccDcsn3SwPDcfeQMf3w7utqi8ioWYtkg",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user