mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 13:20:41 +00:00
Fix tests for BitCloud and Megacoin
This commit is contained in:
+2
-2
@@ -707,7 +707,7 @@ it('Allows selection of Bitcoinz', function(done) {
|
|||||||
it('Allows selection of BitCloud', function(done) {
|
it('Allows selection of BitCloud', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "BTDX - BitCloud",
|
selectText: "BTDX - BitCloud",
|
||||||
firstAddress: "BE9tnWxiR7ALgVhG8LLDi2W9pvtjzZMFoM",
|
firstAddress: "BHbWitXCNgTf1BhsRDNMP186EeibuzmrBi",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
@@ -966,7 +966,7 @@ it('Allows selection of Lynx', function(done) {
|
|||||||
it('Allows selection of Megacoin', function(done) {
|
it('Allows selection of Megacoin', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "MEC - Megacoin",
|
selectText: "MEC - Megacoin",
|
||||||
firstAddress: "MHHRRPHcF8DvQpEySFF9M6fR8Qv4JH2fFC",
|
firstAddress: "MDfAj9CzkC1HpcUiVGnHp8yKTa7WXgu8AY",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user