mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
Merge pull request #330 from jestevez/master
BOLI - Use the correct address for testing the paraphrase
This commit is contained in:
@@ -538,7 +538,7 @@ it('Allows selection of lkrcoin', function(done) {
|
|||||||
it('Allows selection of bolivarcoin', function(done) {
|
it('Allows selection of bolivarcoin', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "BOLI - Bolivarcoin",
|
selectText: "BOLI - Bolivarcoin",
|
||||||
firstAddress: "bc378wfZiuPpnXuUnhhwpXnLHqiGDQspju",
|
firstAddress: "bbKzCAUR7hZ3nqfffy7VgrSz8LmAP3S5mK",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user