Merge pull request #324 from jestevez/master

Add Bolivarcoin (BOLI)
This commit is contained in:
iancoleman
2019-04-30 11:08:13 +10:00
committed by GitHub
3 changed files with 24 additions and 0 deletions

View File

@@ -535,6 +535,13 @@ it('Allows selection of lkrcoin', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of bolivarcoin', function(done) {
var params = {
selectText: "BOLI - Bolivarcoin",
firstAddress: "bc378wfZiuPpnXuUnhhwpXnLHqiGDQspju",
};
testNetwork(done, params);
});
it('Allows selection of peercoin', function(done) {
var params = {
selectText: "PPC - Peercoin",