mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Merge pull request #232 from skironDotNet/syscoin-fix
SYScoin fix for WIF private address format
This commit is contained in:
@@ -1064,7 +1064,7 @@ bitcoinjs.bitcoin.networks.syscoin = {
|
||||
},
|
||||
pubKeyHash: 0x3f,
|
||||
scriptHash: 0x05,
|
||||
wif: 0xbf,
|
||||
wif: 0x80,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user