diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2018-09-15 14:40:17 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-15 14:40:17 +1000 |
commit | 8c849703eb1fa4d316c55bcc4b8dee45bfab956f (patch) | |
tree | 535344f997d96e2901c007a5bc8d4b92db611596 /tests | |
parent | 376ea8c46d7e9299ac874277ed38d1b29bd3cfd9 (diff) | |
parent | 2575538b2500a192bfbc48f6bedc20985fa74565 (diff) | |
download | BIP39-8c849703eb1fa4d316c55bcc4b8dee45bfab956f.tar.gz BIP39-8c849703eb1fa4d316c55bcc4b8dee45bfab956f.tar.zst BIP39-8c849703eb1fa4d316c55bcc4b8dee45bfab956f.zip |
Merge pull request #251 from skironDotNet/artaxcoin
Added Artax as HD 219 ...
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 b5fb4a4..4eff0be 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1297,6 +1297,13 @@ it('Allows selection of ExchangeCoin', function(done) { | |||
1297 | }; | 1297 | }; |
1298 | testNetwork(done, params); | 1298 | testNetwork(done, params); |
1299 | }); | 1299 | }); |
1300 | it('Allows selection of Artax', function(done) { | ||
1301 | var params = { | ||
1302 | selectText: "XAX - Artax", | ||
1303 | firstAddress: "AYxaQPY7XLidG31V7F3yNzwxPYpYzRqG4q", | ||
1304 | }; | ||
1305 | testNetwork(done, params); | ||
1306 | }); | ||
1300 | 1307 | ||
1301 | 1308 | ||
1302 | // BIP39 seed is set from phrase | 1309 | // BIP39 seed is set from phrase |