mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Fix NMC scriptHash
This commit is contained in:
@@ -93,7 +93,7 @@ bitcoinjs.bitcoin.networks.namecoin = {
|
||||
private: 0x0488ade4
|
||||
},
|
||||
pubKeyHash: 0x34,
|
||||
scriptHash: 0x00, // TODO set this correctly
|
||||
scriptHash: 0x0D,
|
||||
wif: 0x80
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user