Add Bolivarcoin (BOLI)

This commit is contained in:
Jose Luis Estevez
2019-04-25 22:17:31 +02:00
parent c4a09d67eb
commit 3e7b1ac938
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",