mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
@@ -446,8 +446,8 @@ bitcoinjs.bitcoin.networks.bitcore = {
|
|||||||
public: 0x0488B21E,
|
public: 0x0488B21E,
|
||||||
private: 0x0488ADE4,
|
private: 0x0488ADE4,
|
||||||
},
|
},
|
||||||
pubKeyHash: 0x00,
|
pubKeyHash: 0x03,
|
||||||
scriptHash: 0x05,
|
scriptHash: 0x7D,
|
||||||
wif: 0x80,
|
wif: 0x80,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -707,7 +707,7 @@ it('Allows selection of Bitcoinz', function(done) {
|
|||||||
it('Allows selection of Bitcore', function(done) {
|
it('Allows selection of Bitcore', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "BTX - Bitcore",
|
selectText: "BTX - Bitcore",
|
||||||
firstAddress: "1Dg18EtqhReS11e9h8khkLjWGLHVjPM2AB",
|
firstAddress: "2Rgp5Znhpy34TK4QmPkfCiYs9r4KovfTH9",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user