mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 16:32:18 +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,
|
pubKeyHash: 0x3f,
|
||||||
scriptHash: 0x05,
|
scriptHash: 0x05,
|
||||||
wif: 0xbf,
|
wif: 0x80,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user