BOLI - Use the correct address fot testing the paraphrase

This commit is contained in:
Jose Luis Estevez
2019-05-15 09:23:52 +02:00
parent dfa696859a
commit 575ee4de2c

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