]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
FIX Onixcoin wif private key header
authorJose Luis Estevez <jose.estevez.prieto@gmail.com>
Sun, 14 Apr 2019 21:59:09 +0000 (23:59 +0200)
committerJose Luis Estevez <jose.estevez.prieto@gmail.com>
Sun, 14 Apr 2019 21:59:09 +0000 (23:59 +0200)
src/js/bitcoinjs-extensions.js

index f65542e76de98b09d50458d9fbe78bb9f56a91da..9af6910536fefefa59f6a868b68509bfcefdc10a 100644 (file)
@@ -249,7 +249,7 @@ bitcoinjs.bitcoin.networks.onixcoin = {
     },
     pubKeyHash: 0x4B,
     scriptHash: 0x05,
     },
     pubKeyHash: 0x4B,
     scriptHash: 0x05,
-    wif: 0x80
+    wif: 0xCB
 };
 
 
 };