diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-04-17 08:07:28 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-17 08:07:28 +1000 |
commit | 30d6779baae16a8290fea4c2859b98c73b377617 (patch) | |
tree | 38bd53ba754067bfa8500e53e728326850766737 /tests/spec | |
parent | 478e54ad478c3c4c775f12f2e6bdfa0ca5947b18 (diff) | |
parent | d0889ab9dee263494bcf50dc6c5a25a249c8ffe1 (diff) | |
download | BIP39-30d6779baae16a8290fea4c2859b98c73b377617.tar.gz BIP39-30d6779baae16a8290fea4c2859b98c73b377617.tar.zst BIP39-30d6779baae16a8290fea4c2859b98c73b377617.zip |
Merge pull request #316 from passionofvc/master
add SLP Token Type https://github.com/simpleledger/slp-specifications…
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 364349c..d71a61c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -564,6 +564,15 @@ it('Allows selection of bitcoin cash', function(done) { | |||
564 | }; | 564 | }; |
565 | testNetwork(done, params); | 565 | testNetwork(done, params); |
566 | }); | 566 | }); |
567 | |||
568 | it('Allows selection of simpleledger(SLP)', function(done) { | ||
569 | var params = { | ||
570 | selectText: "SLP - Simple Ledger Protocol", | ||
571 | firstAddress: "simpleledger:qrtffz6ajfsn74gpur7y3epjquz42pvww5acewqmre", | ||
572 | }; | ||
573 | testNetwork(done, params); | ||
574 | }); | ||
575 | |||
567 | it('Allows selection of myriadcoin', function(done) { | 576 | it('Allows selection of myriadcoin', function(done) { |
568 | var params = { | 577 | var params = { |
569 | selectText: "XMY - Myriadcoin", | 578 | selectText: "XMY - Myriadcoin", |