mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-06 02:43:49 +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) {
|
||||
var params = {
|
||||
selectText: "BOLI - Bolivarcoin",
|
||||
firstAddress: "bc378wfZiuPpnXuUnhhwpXnLHqiGDQspju",
|
||||
firstAddress: "bbKzCAUR7hZ3nqfffy7VgrSz8LmAP3S5mK",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user