From 575ee4de2c51f772f5a4f44bae18fe01c8b275f9 Mon Sep 17 00:00:00 2001 From: Jose Luis Estevez Date: Wed, 15 May 2019 09:23:52 +0200 Subject: [PATCH] BOLI - Use the correct address fot testing the paraphrase --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); -- 2.41.0