]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fix tests for BitCloud and Megacoin
authorIan Coleman <ian@iancoleman.io>
Mon, 15 Oct 2018 00:53:30 +0000 (11:53 +1100)
committerIan Coleman <ian@iancoleman.io>
Mon, 29 Oct 2018 06:14:16 +0000 (17:14 +1100)
tests/spec/tests.js

index 590f4e379114175f4a06e28e9d331f3214c7b81c..7b0b3b2f9db5e1a85d79f7032416c85ab0ad2d45 100644 (file)
@@ -707,7 +707,7 @@ it('Allows selection of Bitcoinz', function(done) {
 it('Allows selection of BitCloud', function(done) {
     var params = {
         selectText: "BTDX - BitCloud",
-        firstAddress: "BE9tnWxiR7ALgVhG8LLDi2W9pvtjzZMFoM",
+        firstAddress: "BHbWitXCNgTf1BhsRDNMP186EeibuzmrBi",
     };
     testNetwork(done, params);
 });
@@ -966,7 +966,7 @@ it('Allows selection of Lynx', function(done) {
 it('Allows selection of Megacoin', function(done) {
     var params = {
         selectText: "MEC - Megacoin",
-        firstAddress: "MHHRRPHcF8DvQpEySFF9M6fR8Qv4JH2fFC",
+        firstAddress: "MDfAj9CzkC1HpcUiVGnHp8yKTa7WXgu8AY",
     };
     testNetwork(done, params);
 });