Merge pull request #309 from robiiinos/fix-clam

Fix CLAM scriptHash
This commit is contained in:
iancoleman
2019-03-14 10:39:24 +11:00
committed by GitHub

View File

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