diff options
author | Stoner19 <stoner19@msn.com> | 2018-08-21 13:35:49 -0600 |
---|---|---|
committer | Stoner19 <stoner19@msn.com> | 2018-08-21 13:35:49 -0600 |
commit | 7878bb3295e0204b1917fd37680053641950c6a5 (patch) | |
tree | d52ec4add3364118018fef58c7c41bea693a88ec /tests | |
parent | 43e5cabfcf2d24182ba19da0d6b0d43c4d70962e (diff) | |
download | BIP39-7878bb3295e0204b1917fd37680053641950c6a5.tar.gz BIP39-7878bb3295e0204b1917fd37680053641950c6a5.tar.zst BIP39-7878bb3295e0204b1917fd37680053641950c6a5.zip |
Salus (SLS) support added
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0570514..4d92471 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1075,6 +1075,11 @@ it('Allows selection of Rubycoin', function(done) { | |||
1075 | }; | 1075 | }; |
1076 | testNetwork(done, params); | 1076 | testNetwork(done, params); |
1077 | }); | 1077 | }); |
1078 | it('Allows selection of Salus', function(done) { | ||
1079 | var params = { | ||
1080 | selectText: "SLS - Salus", | ||
1081 | firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB", | ||
1082 | }; | ||
1078 | it('Allows selection of Smileycoin', function(done) { | 1083 | it('Allows selection of Smileycoin', function(done) { |
1079 | var params = { | 1084 | var params = { |
1080 | selectText: "SMLY - Smileycoin", | 1085 | selectText: "SMLY - Smileycoin", |