Merge pull request #300 from robiiinos/master

Fixed PPC scriptHash
This commit is contained in:
iancoleman
2019-02-25 11:27:23 +11:00
committed by GitHub

View File

@@ -104,7 +104,7 @@ bitcoinjs.bitcoin.networks.peercoin = {
private: 0x0488ade4
},
pubKeyHash: 0x37,
scriptHash: 0x00, // TODO set this correctly
scriptHash: 0x75,
wif: 0xb7
};