]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fix elastos changes
authorIan Coleman <ian@iancoleman.io>
Sun, 10 Nov 2019 22:59:44 +0000 (09:59 +1100)
committerIan Coleman <ian@iancoleman.io>
Sun, 10 Nov 2019 23:01:51 +0000 (10:01 +1100)
.gitignore
tests/spec/tests.js

index 293deda7e5c24cf9ea8bba17d7d92eded7763815..f17d88eb2a441b7c77404adbbbc2ddea96decd95 100644 (file)
@@ -1,5 +1,2 @@
 node_modules
 bip39-standalone.html
-.idea
-.DS_Store
-package-lock.json
index b09be058ecd347d595d17314d30eae47652a89a1..1725a2d12a7ddaa54f583328f5fdaf37a27fe311 100644 (file)
@@ -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);
 });