mirror of
https://github.com/AtHeartEngineer/bip39.git
synced 2026-01-07 16:53:51 -05:00
Fix elastos changes
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,2 @@
|
||||
node_modules
|
||||
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) {
|
||||
var params = {
|
||||
selectText: "ELA - Elastos",
|
||||
firstAddress: "EYmqntM99tr4NJJs2G5Nr93pqsh9cdTCkS",
|
||||
firstAddress: "EMccDcsn3SwPDcfeQMf3w7utqi8ioWYtkg",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user