diff options
author | Jose Luis Estevez <jose.estevez.prieto@gmail.com> | 2019-04-25 22:17:31 +0200 |
---|---|---|
committer | Jose Luis Estevez <jose.estevez.prieto@gmail.com> | 2019-04-25 22:17:31 +0200 |
commit | 3e7b1ac938135a479f3ba145df0be6dd32d2a12e (patch) | |
tree | 47e5bb1c552ed2a667210a544bdae35558bd59dc /tests | |
parent | c4a09d67eb944be6536702f7a511f2601ec3e27e (diff) | |
download | BIP39-3e7b1ac938135a479f3ba145df0be6dd32d2a12e.tar.gz BIP39-3e7b1ac938135a479f3ba145df0be6dd32d2a12e.tar.zst BIP39-3e7b1ac938135a479f3ba145df0be6dd32d2a12e.zip |
Add Bolivarcoin (BOLI)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index a22d749..1449c00 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -535,6 +535,13 @@ it('Allows selection of lkrcoin', function(done) { | |||
535 | }; | 535 | }; |
536 | testNetwork(done, params); | 536 | testNetwork(done, params); |
537 | }); | 537 | }); |
538 | it('Allows selection of bolivarcoin', function(done) { | ||
539 | var params = { | ||
540 | selectText: "BOLI - Bolivarcoin", | ||
541 | firstAddress: "bc378wfZiuPpnXuUnhhwpXnLHqiGDQspju", | ||
542 | }; | ||
543 | testNetwork(done, params); | ||
544 | }); | ||
538 | it('Allows selection of peercoin', function(done) { | 545 | it('Allows selection of peercoin', function(done) { |
539 | var params = { | 546 | var params = { |
540 | selectText: "PPC - Peercoin", | 547 | selectText: "PPC - Peercoin", |