]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Merge pull request #330 from jestevez/master
authoriancoleman <1281387+iancoleman@users.noreply.github.com>
Thu, 16 May 2019 01:26:19 +0000 (11:26 +1000)
committerGitHub <noreply@github.com>
Thu, 16 May 2019 01:26:19 +0000 (11:26 +1000)
BOLI - Use the correct address for testing the paraphrase

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);
 });