Fix wrong addresses for BTDX and MEC

This commit is contained in:
David
2018-09-21 11:16:29 +02:00
committed by GitHub
parent 5ed5f6612d
commit 7ef0db981f

View 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);
});