diff options
author | Panagiotis David <onnateldome@gmail.com> | 2019-06-10 21:42:44 +0300 |
---|---|---|
committer | Panagiotis David <onnateldome@gmail.com> | 2019-06-10 21:42:44 +0300 |
commit | 7f59c88dbceca330c6846f27c1423c8e7fe2009e (patch) | |
tree | e16644532a3d873e8e95655661e0955ec080eb63 /tests | |
parent | b85da0745a0bcf438c2ef19b72dd44d1b09ccd94 (diff) | |
download | BIP39-7f59c88dbceca330c6846f27c1423c8e7fe2009e.tar.gz BIP39-7f59c88dbceca330c6846f27c1423c8e7fe2009e.tar.zst BIP39-7f59c88dbceca330c6846f27c1423c8e7fe2009e.zip |
[iancoleman/bip39] ADD support MONK, LTCt, DOGEt (#335)
Can you please replace the tab character with a space character in MONK name thanks.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index d609dca..b307f15 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1478,7 +1478,7 @@ it('Allows selection of Ethersocial Network', function(done) { | |||
1478 | }); | 1478 | }); |
1479 | it('Allows selection of Monkey Project', function(done) { | 1479 | it('Allows selection of Monkey Project', function(done) { |
1480 | var params = { | 1480 | var params = { |
1481 | selectText: "MONK - Monkey Project", | 1481 | selectText: "MONK - Monkey Project", |
1482 | firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu", | 1482 | firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu", |
1483 | }; | 1483 | }; |
1484 | testNetwork(done, params); | 1484 | testNetwork(done, params); |