SYScoin fix for WIF private address format

This commit is contained in:
Pawel Cioch
2018-07-23 08:02:05 -05:00
parent 9369eaa6d5
commit 0d9c6c5458

View File

@@ -1064,7 +1064,7 @@ bitcoinjs.bitcoin.networks.syscoin = {
},
pubKeyHash: 0x3f,
scriptHash: 0x05,
wif: 0xbf,
wif: 0x80,
};