diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-05-30 10:38:55 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 10:38:55 +1000 |
commit | 22bb112ead9e32d1761cd80aba65ade61864cd6c (patch) | |
tree | e064bc77683915f4a7fdf1d71c1bc0acad04505c /tests/spec/tests.js | |
parent | 9f3c11176634d46ac19586b1988da80fb3f71ee4 (diff) | |
parent | af14981d83441583bf6ed1a27dabb9545a1168f4 (diff) | |
download | BIP39-22bb112ead9e32d1761cd80aba65ade61864cd6c.tar.gz BIP39-22bb112ead9e32d1761cd80aba65ade61864cd6c.tar.zst BIP39-22bb112ead9e32d1761cd80aba65ade61864cd6c.zip |
Merge pull request #332 from aitorp6/master
Add DeepOnion (ONION)
Diffstat (limited to 'tests/spec/tests.js')
-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 42dc792..e3f7e1c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1077,6 +1077,13 @@ it('Allows selection of Omnicore', function(done) { | |||
1077 | }; | 1077 | }; |
1078 | testNetwork(done, params); | 1078 | testNetwork(done, params); |
1079 | }); | 1079 | }); |
1080 | it('Allows selection of DeepOnion', function(done) { | ||
1081 | var params = { | ||
1082 | selectText: "ONION - DeepOnion", | ||
1083 | firstAddress: "DVioZ2Rjc9krDf5bbHuixznSDumzvGpzVw", | ||
1084 | }; | ||
1085 | testNetwork(done, params); | ||
1086 | }); | ||
1080 | it('Allows selection of Pesobit', function(done) { | 1087 | it('Allows selection of Pesobit', function(done) { |
1081 | var params = { | 1088 | var params = { |
1082 | selectText: "PSB - Pesobit", | 1089 | selectText: "PSB - Pesobit", |