mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-24 01:24:45 +00:00
Fix coin name in divi tests
This commit is contained in:
+2
-2
@@ -630,7 +630,7 @@ it('Allows selection of dash testnet', function(done) {
|
|||||||
});
|
});
|
||||||
it('Allows selection of divi', function(done) {
|
it('Allows selection of divi', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "DIVI - Divi",
|
selectText: "DIVI - DIVI",
|
||||||
phrase: "abandon abandon ability",
|
phrase: "abandon abandon ability",
|
||||||
firstAddress: "DLeGz7jqF1y1cmfEkSeRBkQPK8vTZ8rHt4",
|
firstAddress: "DLeGz7jqF1y1cmfEkSeRBkQPK8vTZ8rHt4",
|
||||||
firstPubKey: "032ade8a36983a1efcc40d64b2a1a52cc26a908f7dc2fa222f43598812dd10d8bc",
|
firstPubKey: "032ade8a36983a1efcc40d64b2a1a52cc26a908f7dc2fa222f43598812dd10d8bc",
|
||||||
@@ -640,7 +640,7 @@ it('Allows selection of divi', function(done) {
|
|||||||
});
|
});
|
||||||
it('Allows selection of divi testnet', function(done) {
|
it('Allows selection of divi testnet', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "DIVI - Divi Testnet",
|
selectText: "DIVI - DIVI Testnet",
|
||||||
phrase: "abandon abandon ability",
|
phrase: "abandon abandon ability",
|
||||||
firstAddress: "yB5U384n6dGkVE3by5y9VdvHHPwPg68fQj",
|
firstAddress: "yB5U384n6dGkVE3by5y9VdvHHPwPg68fQj",
|
||||||
firstPubKey: "0382a5450765e2025bdb5f7d109c9254a11ef97a566228bf171d80ecb348763bb0",
|
firstPubKey: "0382a5450765e2025bdb5f7d109c9254a11ef97a566228bf171d80ecb348763bb0",
|
||||||
|
|||||||
Reference in New Issue
Block a user