mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 16:32:18 +00:00
Merge pull request #464 from robiiinos/fix/namecoin-wif-prefix
fix: Namecoin WIF prefix
This commit is contained in:
@@ -114,7 +114,7 @@ libs.bitcoin.networks.namecoin = {
|
|||||||
},
|
},
|
||||||
pubKeyHash: 0x34,
|
pubKeyHash: 0x34,
|
||||||
scriptHash: 0x0D,
|
scriptHash: 0x0D,
|
||||||
wif: 0x80
|
wif: 0xb4
|
||||||
};
|
};
|
||||||
|
|
||||||
libs.bitcoin.networks.peercoin = {
|
libs.bitcoin.networks.peercoin = {
|
||||||
|
|||||||
Reference in New Issue
Block a user