diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-04-30 11:08:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 11:08:13 +1000 |
commit | 32b5b0363fdd42df78be4b0f5064a7fb9e86b1ac (patch) | |
tree | 2dffae39507c87d022e4e95da03348cb7f7cff45 /tests/spec | |
parent | c69e40942e3e0f7cfd076ea03daf256b77d1f951 (diff) | |
parent | 3e7b1ac938135a479f3ba145df0be6dd32d2a12e (diff) | |
download | BIP39-32b5b0363fdd42df78be4b0f5064a7fb9e86b1ac.tar.gz BIP39-32b5b0363fdd42df78be4b0f5064a7fb9e86b1ac.tar.zst BIP39-32b5b0363fdd42df78be4b0f5064a7fb9e86b1ac.zip |
Merge pull request #324 from jestevez/master
Add Bolivarcoin (BOLI)
Diffstat (limited to 'tests/spec')
-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 88c91a3..f24b4ac 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", |