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