diff options
author | Scotty0448 <scotty@chaintek.net> | 2021-01-26 16:12:25 -0700 |
---|---|---|
committer | Scotty0448 <scotty@chaintek.net> | 2021-01-26 16:12:25 -0700 |
commit | 5b0b1a5c9aa61d3d5161ee1a7054bf49159dac70 (patch) | |
tree | 7bce099d572f0230ff47790f7f565a81b3451670 /tests | |
parent | 71573cb3800ff7708ae19dd22aecf15660a41cc4 (diff) | |
download | BIP39-5b0b1a5c9aa61d3d5161ee1a7054bf49159dac70.tar.gz BIP39-5b0b1a5c9aa61d3d5161ee1a7054bf49159dac70.tar.zst BIP39-5b0b1a5c9aa61d3d5161ee1a7054bf49159dac70.zip |
Add Ritocoin (RITO)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0332f96..9c3eb6a 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1635,6 +1635,16 @@ it('Allows selection of RevolutionVR', function(done) { | |||
1635 | }; | 1635 | }; |
1636 | testNetwork(done, params); | 1636 | testNetwork(done, params); |
1637 | }); | 1637 | }); |
1638 | it('Allows selection of Ritocoin', function(done) { | ||
1639 | var params = { | ||
1640 | selectText: "RITO - Ritocoin", | ||
1641 | phrase: "abandon abandon ability", | ||
1642 | firstAddress: "BMbHdwDiuaZh4ATp8Xapf4srv3swzAGgkf", | ||
1643 | firstPubKey: "036f5f55dc37fa97294a2a5ae4d92735d4392d4405cbbebebf2d70d5d6781be622", | ||
1644 | firstPrivKey: "L1CyVD5ADNgSUxZn6kRpJe9e17FDuAZzRGwNjvDBnEqRWjo4SEAX", | ||
1645 | }; | ||
1646 | testNetwork(done, params); | ||
1647 | }); | ||
1638 | it('Allows selection of Rubycoin', function(done) { | 1648 | it('Allows selection of Rubycoin', function(done) { |
1639 | var params = { | 1649 | var params = { |
1640 | selectText: "RBY - Rubycoin", | 1650 | selectText: "RBY - Rubycoin", |