Fixes the Vertcoin Mainnet version byte.

This commit is contained in:
Potato
2018-04-18 15:03:36 +02:00
parent a08c709606
commit e3bed0bfd0

View File

@@ -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 = {