]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fixes the Vertcoin Mainnet version byte.
authorPotato <38018953+potatohodler@users.noreply.github.com>
Wed, 18 Apr 2018 13:03:36 +0000 (15:03 +0200)
committerPotato <38018953+potatohodler@users.noreply.github.com>
Wed, 18 Apr 2018 13:03:36 +0000 (15:03 +0200)
src/js/bitcoinjs-extensions.js

index b4926db0c9f231671a8a5509575d3e69a77af7f6..762dc6c1cfc6509ebb522cae5b3e3ee72e162bf0 100644 (file)
@@ -1131,7 +1131,7 @@ bitcoinjs.bitcoin.networks.vertcoin = {
   },
   pubKeyHash: 0x47,
   scriptHash: 0x05,
-  wif: 0xc7,
+  wif: 0x80,
 };
 
 bitcoinjs.bitcoin.networks.vivo = {