mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 00:12:18 +00:00
Fixes the Vertcoin Mainnet version byte.
This commit is contained in:
@@ -1131,7 +1131,7 @@ bitcoinjs.bitcoin.networks.vertcoin = {
|
|||||||
},
|
},
|
||||||
pubKeyHash: 0x47,
|
pubKeyHash: 0x47,
|
||||||
scriptHash: 0x05,
|
scriptHash: 0x05,
|
||||||
wif: 0xc7,
|
wif: 0x80,
|
||||||
};
|
};
|
||||||
|
|
||||||
bitcoinjs.bitcoin.networks.vivo = {
|
bitcoinjs.bitcoin.networks.vivo = {
|
||||||
|
|||||||
Reference in New Issue
Block a user