From: Jose Luis Estevez Date: Wed, 15 May 2019 07:23:52 +0000 (+0200) Subject: BOLI - Use the correct address fot testing the paraphrase X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=575ee4de2c51f772f5a4f44bae18fe01c8b275f9 BOLI - Use the correct address fot testing the paraphrase --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index f24b4ac..42dc792 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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); });