change BTX address format (#533)

This commit is contained in:
cipig 2018-07-26 06:43:25 +00:00 committed by Neil
parent bef04750d7
commit 3cdf453663

View File

@ -1587,6 +1587,9 @@ class NewyorkcoinTestnet(Newyorkcoin):
class Bitcore(BitcoinMixin, Coin):
NAME = "Bitcore"
SHORTNAME = "BTX"
P2PKH_VERBYTE = bytes.fromhex("03")
P2SH_VERBYTES = [bytes.fromhex("7D")]
WIF_BYTE = bytes.fromhex("80")
DESERIALIZER = lib_tx.DeserializerSegWit
GENESIS_HASH = ('604148281e5c4b7f2487e5d03cd60d8e'
'6f69411d613f6448034508cea52e9574')