From bd1ecd20f94b23a23073aa5f8d6d737497113d49 Mon Sep 17 00:00:00 2001 From: Ruggero M Date: Sun, 15 Nov 2020 16:39:51 +0100 Subject: [PATCH] Updated Zcoin (XZC) Due to its rebrand fo Firo (FIRO) --- tests/spec/tests.js | 20 ++++++++++---------- 1 file 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) { }; testNetwork(done, params); }); +it('Allows selection of Firo (ex-Zcoin)', function(done) { + var params = { + selectText: "FIRO - Firo (ex-Zcoin)", + phrase: "abandon abandon ability", + firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq", + firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db", + firstPrivKey: "Y8k3XQRQrJoABEao4Sw45s744g6xth7yviNqFcN7zqPqKUJrrKTQ", + }; + testNetwork(done, params); +}); it('Allows selection of Firstcoin', function(done) { var params = { selectText: "FRST - Firstcoin", @@ -1844,16 +1854,6 @@ it('Allows selection of Wincoin', function(done) { }; testNetwork(done, params); }); -it('Allows selection of Zcoin', function(done) { - var params = { - selectText: "XZC - Zcoin", - phrase: "abandon abandon ability", - firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq", - firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db", - firstPrivKey: "Y8k3XQRQrJoABEao4Sw45s744g6xth7yviNqFcN7zqPqKUJrrKTQ", - }; - testNetwork(done, params); -}); it('Allows selection of Zcash', function(done) { var params = { selectText: "ZEC - Zcash", -- 2.41.0