]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
SYScoin fix for WIF private address format
authorPawel Cioch <pawel@greenhex.net>
Mon, 23 Jul 2018 13:02:05 +0000 (08:02 -0500)
committerPawel Cioch <pawel@greenhex.net>
Mon, 23 Jul 2018 13:02:05 +0000 (08:02 -0500)
src/js/bitcoinjs-extensions.js

index d44ca0da2f3369b5f1a7a5349facba7b00ed9136..8db0f8ba4f939935cc36dddc6d7a55387f287875 100644 (file)
@@ -1064,7 +1064,7 @@ bitcoinjs.bitcoin.networks.syscoin = {
   },
   pubKeyHash: 0x3f,
   scriptHash: 0x05,
   },
   pubKeyHash: 0x3f,
   scriptHash: 0x05,
-  wif: 0xbf,
+  wif: 0x80,
 };
 
 
 };