Fix WIF_BYTE for Monacoin (#259)
WIF_BYTE was changed \xb2 to \xb0 since Monacoin-core develop-0.10 brance.
This commit is contained in:
parent
131344715a
commit
4b7ab9c032
@ -935,7 +935,7 @@ class Monacoin(Coin):
|
||||
XPRV_VERBYTES = bytes.fromhex("0488ADE4")
|
||||
P2PKH_VERBYTE = bytes.fromhex("32")
|
||||
P2SH_VERBYTES = [bytes.fromhex("37"), bytes.fromhex("05")]
|
||||
WIF_BYTE = bytes.fromhex("B2")
|
||||
WIF_BYTE = bytes.fromhex("B0")
|
||||
GENESIS_HASH = ('ff9f1c0116d19de7c9963845e129f9ed'
|
||||
'1bfc0b376eb54fd7afa42e0d418c8bb6')
|
||||
DESERIALIZER = DeserializerSegWit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user