aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuggero M <r1979@users.noreply.github.com>2020-11-15 16:39:51 +0100
committerGitHub <noreply@github.com>2020-11-15 16:39:51 +0100
commitbd1ecd20f94b23a23073aa5f8d6d737497113d49 (patch)
tree674830e6bf002c4df5a211610542549134bea4af
parente3668fb51f19873a261440cbe5f80daa28d34779 (diff)
downloadBIP39-bd1ecd20f94b23a23073aa5f8d6d737497113d49.tar.gz
BIP39-bd1ecd20f94b23a23073aa5f8d6d737497113d49.tar.zst
BIP39-bd1ecd20f94b23a23073aa5f8d6d737497113d49.zip
Updated Zcoin (XZC) Due to its rebrand fo Firo (FIRO)
-rw-r--r--tests/spec/tests.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index efb395f..0cdd69d 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1214,6 +1214,16 @@ it('Allows selection of FIO', function(done) {
1214 }; 1214 };
1215 testNetwork(done, params); 1215 testNetwork(done, params);
1216}); 1216});
1217it('Allows selection of Firo (ex-Zcoin)', function(done) {
1218 var params = {
1219 selectText: "FIRO - Firo (ex-Zcoin)",
1220 phrase: "abandon abandon ability",
1221 firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq",
1222 firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db",
1223 firstPrivKey: "Y8k3XQRQrJoABEao4Sw45s744g6xth7yviNqFcN7zqPqKUJrrKTQ",
1224 };
1225 testNetwork(done, params);
1226});
1217it('Allows selection of Firstcoin', function(done) { 1227it('Allows selection of Firstcoin', function(done) {
1218 var params = { 1228 var params = {
1219 selectText: "FRST - Firstcoin", 1229 selectText: "FRST - Firstcoin",
@@ -1844,16 +1854,6 @@ it('Allows selection of Wincoin', function(done) {
1844 }; 1854 };
1845 testNetwork(done, params); 1855 testNetwork(done, params);
1846}); 1856});
1847it('Allows selection of Zcoin', function(done) {
1848 var params = {
1849 selectText: "XZC - Zcoin",
1850 phrase: "abandon abandon ability",
1851 firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq",
1852 firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db",
1853 firstPrivKey: "Y8k3XQRQrJoABEao4Sw45s744g6xth7yviNqFcN7zqPqKUJrrKTQ",
1854 };
1855 testNetwork(done, params);
1856});
1857it('Allows selection of Zcash', function(done) { 1857it('Allows selection of Zcash', function(done) {
1858 var params = { 1858 var params = {
1859 selectText: "ZEC - Zcash", 1859 selectText: "ZEC - Zcash",