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