From: David <37987466+dalijolijo@users.noreply.github.com> Date: Fri, 21 Sep 2018 09:16:29 +0000 (+0200) Subject: Fix wrong addresses for BTDX and MEC X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=7ef0db981f57e0d560163841be13fa9839c57505 Fix wrong addresses for BTDX and MEC --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index c875aeb..22bd03a 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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); });