mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
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