Update bitcore network parameters

Closes #231
This commit is contained in:
Ian Coleman
2018-07-26 09:53:49 +10:00
parent 0afecfc73c
commit b7de1f3d89
2 changed files with 3 additions and 3 deletions

View File

@@ -446,8 +446,8 @@ bitcoinjs.bitcoin.networks.bitcore = {
public: 0x0488B21E,
private: 0x0488ADE4,
},
pubKeyHash: 0x00,
scriptHash: 0x05,
pubKeyHash: 0x03,
scriptHash: 0x7D,
wif: 0x80,
};