yamada
2019-04-17 00:02:00 +09:00
parent 478e54ad47
commit d0889ab9de
3 changed files with 66 additions and 12 deletions

View File

@@ -564,6 +564,15 @@ it('Allows selection of bitcoin cash', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of simpleledger(SLP)', function(done) {
var params = {
selectText: "SLP - Simple Ledger Protocol",
firstAddress: "simpleledger:qrtffz6ajfsn74gpur7y3epjquz42pvww5acewqmre",
};
testNetwork(done, params);
});
it('Allows selection of myriadcoin', function(done) {
var params = {
selectText: "XMY - Myriadcoin",