Added HUSH3 encoding and kept old as Legacy for users to be able to cross verify

This commit is contained in:
Pawel Cioch
2019-09-10 22:11:28 -05:00
parent e440d504fb
commit 318ec4dc9f
3 changed files with 27 additions and 2 deletions

View File

@@ -1441,11 +1441,18 @@ it('Allows selection of Callisto', function(done) {
});
it('Allows selection of HUSH', function(done) {
var params = {
selectText: "HUSH - Hush",
selectText: "HUSH - Hush (Legacy)",
firstAddress: "t1g6rLXUnJaiJuu4q4zmJjoa9Gk4fwKpiuA",
};
testNetwork(done, params);
});
it('Allows selection of HUSH3', function(done) {
var params = {
selectText: "HUSH - Hush3",
firstAddress: "RXWSQhwvw5jHPGP8bjwJhWoRnMLBnuPDKD",
};
testNetwork(done, params);
});
it('Allows selection of ExchangeCoin', function(done) {
var params = {
selectText: "EXCC - ExchangeCoin",