]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Add Bolivarcoin (BOLI)
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index a22d749e7ab05b1180a51a8e1ec18e218de7f339..1449c009227254cdcc3824d273eeb0b38c99e9e4 100644 (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",