Fix CLAM scriptHash

This commit is contained in:
Robiiinos
2019-03-14 00:16:37 +09:00
parent 9f83f0fcd7
commit 9d9fefbb28

View File

@@ -27,7 +27,7 @@ bitcoinjs.bitcoin.networks.clam = {
private: 0xa8c17826
},
pubKeyHash: 0x89,
scriptHash: 0x00, // TODO set this correctly
scriptHash: 0x0D,
wif: 0x85
};