mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 13:20:41 +00:00
Fix CLAM scriptHash
This commit is contained in:
@@ -27,7 +27,7 @@ bitcoinjs.bitcoin.networks.clam = {
|
|||||||
private: 0xa8c17826
|
private: 0xa8c17826
|
||||||
},
|
},
|
||||||
pubKeyHash: 0x89,
|
pubKeyHash: 0x89,
|
||||||
scriptHash: 0x00, // TODO set this correctly
|
scriptHash: 0x0D,
|
||||||
wif: 0x85
|
wif: 0x85
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user