]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
BOLI - Use the correct address fot testing the paraphrase
authorJose Luis Estevez <jose.estevez.prieto@gmail.com>
Wed, 15 May 2019 07:23:52 +0000 (09:23 +0200)
committerJose Luis Estevez <jose.estevez.prieto@gmail.com>
Wed, 15 May 2019 07:23:52 +0000 (09:23 +0200)
tests/spec/tests.js

index f24b4ac0930b051d546bddc06cff13af253ad772..42dc7925e4394bfcfa1ba8ea8ef84a578d7f8d97 100644 (file)
@@ -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);
 });