aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorJose Luis Estevez <jose.estevez.prieto@gmail.com>2019-05-15 09:23:52 +0200
committerJose Luis Estevez <jose.estevez.prieto@gmail.com>2019-05-15 09:23:52 +0200
commit575ee4de2c51f772f5a4f44bae18fe01c8b275f9 (patch)
treec2a9bcd46de1c88d6b6e6c013df8bef9fe4040f4 /tests/spec/tests.js
parentdfa696859af863cb46618bc59db62fbe0a6302a4 (diff)
downloadBIP39-575ee4de2c51f772f5a4f44bae18fe01c8b275f9.tar.gz
BIP39-575ee4de2c51f772f5a4f44bae18fe01c8b275f9.tar.zst
BIP39-575ee4de2c51f772f5a4f44bae18fe01c8b275f9.zip
BOLI - Use the correct address fot testing the paraphrase
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js2
1 files changed, 1 insertions, 1 deletions
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) {
538it('Allows selection of bolivarcoin', function(done) { 538it('Allows selection of bolivarcoin', function(done) {
539 var params = { 539 var params = {
540 selectText: "BOLI - Bolivarcoin", 540 selectText: "BOLI - Bolivarcoin",
541 firstAddress: "bc378wfZiuPpnXuUnhhwpXnLHqiGDQspju", 541 firstAddress: "bbKzCAUR7hZ3nqfffy7VgrSz8LmAP3S5mK",
542 }; 542 };
543 testNetwork(done, params); 543 testNetwork(done, params);
544}); 544});