aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2020-11-29 21:59:20 +0000
committerIan Coleman <ian@iancoleman.io>2020-11-29 21:59:20 +0000
commit38626a2d1fd10cac1dd3da971ef5057a2a1dc06b (patch)
tree272beb76414234b2b0833928f5fe5942a5d41d7c /tests
parent990ce0d0720026dea3ef77ddcc767dd45f9ec377 (diff)
downloadBIP39-38626a2d1fd10cac1dd3da971ef5057a2a1dc06b.tar.gz
BIP39-38626a2d1fd10cac1dd3da971ef5057a2a1dc06b.tar.zst
BIP39-38626a2d1fd10cac1dd3da971ef5057a2a1dc06b.zip
Add rebranded labelling to Zcoin/Firo
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index c4f3188..f0b50e7 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1216,7 +1216,17 @@ it('Allows selection of FIO', function(done) {
1216}); 1216});
1217it('Allows selection of Firo', function(done) { 1217it('Allows selection of Firo', function(done) {
1218 var params = { 1218 var params = {
1219 selectText: "FIRO - Firo", 1219 selectText: "FIRO - Firo (Zcoin rebrand)",
1220 phrase: "abandon abandon ability",
1221 firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq",
1222 firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db",
1223 firstPrivKey: "Y8k3XQRQrJoABEao4Sw45s744g6xth7yviNqFcN7zqPqKUJrrKTQ",
1224 };
1225 testNetwork(done, params);
1226});
1227it('Allows selection of Zcoin', function(done) {
1228 var params = {
1229 selectText: "XZC - Zcoin (rebranded to Firo)",
1220 phrase: "abandon abandon ability", 1230 phrase: "abandon abandon ability",
1221 firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq", 1231 firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq",
1222 firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db", 1232 firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db",