diff options
author | Pawel Cioch <pawel@greenhex.net> | 2018-09-13 23:19:00 -0500 |
---|---|---|
committer | Pawel Cioch <pawel@greenhex.net> | 2018-09-13 23:19:00 -0500 |
commit | 2575538b2500a192bfbc48f6bedc20985fa74565 (patch) | |
tree | 535344f997d96e2901c007a5bc8d4b92db611596 /tests | |
parent | 376ea8c46d7e9299ac874277ed38d1b29bd3cfd9 (diff) | |
download | BIP39-2575538b2500a192bfbc48f6bedc20985fa74565.tar.gz BIP39-2575538b2500a192bfbc48f6bedc20985fa74565.tar.zst BIP39-2575538b2500a192bfbc48f6bedc20985fa74565.zip |
Added Artax as HD 219 from proposed https://github.com/satoshilabs/slips/pull/363
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 |