mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
Fix Salus test
This commit is contained in:
@@ -1092,8 +1092,9 @@ it('Allows selection of Rubycoin', function(done) {
|
|||||||
it('Allows selection of Salus', function(done) {
|
it('Allows selection of Salus', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "SLS - Salus",
|
selectText: "SLS - Salus",
|
||||||
firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB",
|
firstAddress: "SNzPi1CafHFm3WWjRo43aMgiaEEj3ogjww",
|
||||||
};
|
};
|
||||||
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
it('Allows selection of Smileycoin', function(done) {
|
it('Allows selection of Smileycoin', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
|
|||||||
Reference in New Issue
Block a user