diff options
author | Pawel Cioch <pawel@greenhex.net> | 2018-10-10 17:53:06 -0500 |
---|---|---|
committer | Pawel Cioch <pawel@greenhex.net> | 2018-10-10 17:53:06 -0500 |
commit | 8b2a093c8b97e2646bcf170661c7d5378f6fba97 (patch) | |
tree | c5410b70f88992efd6e8ef080935756721f216aa /tests | |
parent | 37f237239a0657e04dbfa5ad43587892d1402b24 (diff) | |
download | BIP39-8b2a093c8b97e2646bcf170661c7d5378f6fba97.tar.gz BIP39-8b2a093c8b97e2646bcf170661c7d5378f6fba97.tar.zst BIP39-8b2a093c8b97e2646bcf170661c7d5378f6fba97.zip |
Added BITG - Bitcoin Green
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 acd8815..7252cda 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1319,6 +1319,13 @@ it('Allows selection of Artax', function(done) { | |||
1319 | }; | 1319 | }; |
1320 | testNetwork(done, params); | 1320 | testNetwork(done, params); |
1321 | }); | 1321 | }); |
1322 | it('Allows selection of BitcoinGreen', function(done) { | ||
1323 | var params = { | ||
1324 | selectText: "BITG - Bitcoin Green", | ||
1325 | firstAddress: "GeNGm9SkEfwbsws3UrrUSE2sJeyWYjzraY", | ||
1326 | }; | ||
1327 | testNetwork(done, params); | ||
1328 | }); | ||
1322 | 1329 | ||
1323 | 1330 | ||
1324 | // BIP39 seed is set from phrase | 1331 | // BIP39 seed is set from phrase |