Merge pull request #330 from jestevez/master

BOLI - Use the correct address for testing the paraphrase
This commit is contained in:
iancoleman
2019-05-16 11:26:19 +10:00
committed by GitHub

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