Fixed PPC scriptHash

This commit is contained in:
robiiinos
2019-02-23 05:56:16 +09:00
parent cceb518d09
commit 5c1ad0856a

View File

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