diff options
author | Ruggero M <r1979@users.noreply.github.com> | 2020-11-15 16:51:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-15 16:51:37 +0100 |
commit | ad07c1c0b5fd6724f0801eff2b3211e7723ec589 (patch) | |
tree | 431283906d94c4e688e1448cb6a335a4ed4c353b /tests/spec | |
parent | 0b911fc20f87f359cea3afcafc2d27b9a645fc8b (diff) | |
download | BIP39-ad07c1c0b5fd6724f0801eff2b3211e7723ec589.tar.gz BIP39-ad07c1c0b5fd6724f0801eff2b3211e7723ec589.tar.zst BIP39-ad07c1c0b5fd6724f0801eff2b3211e7723ec589.zip |
Updated Zcoin (XZC) Due to its rebrand fo Firo (FIRO)
https://zcoin.io/zcoin-is-becoming-firo/
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0cdd69d..1e1f12e 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1214,9 +1214,9 @@ it('Allows selection of FIO', function(done) { | |||
1214 | }; | 1214 | }; |
1215 | testNetwork(done, params); | 1215 | testNetwork(done, params); |
1216 | }); | 1216 | }); |
1217 | it('Allows selection of Firo (ex-Zcoin)', function(done) { | 1217 | it('Allows selection of Firo', function(done) { |
1218 | var params = { | 1218 | var params = { |
1219 | selectText: "FIRO - Firo (ex-Zcoin)", | 1219 | selectText: "FIRO - Firo", |
1220 | phrase: "abandon abandon ability", | 1220 | phrase: "abandon abandon ability", |
1221 | firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq", | 1221 | firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq", |
1222 | firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db", | 1222 | firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db", |