update BIP32

This commit is contained in:
Thomas Zarebczan 2019-03-23 02:28:18 -04:00 committed by Lex Berezhny
parent 53e67a6e81
commit 93faa276a5

View file

@ -22,8 +22,8 @@ class LBC(Coin):
NET = "mainnet"
BASIC_HEADER_SIZE = 112
CHUNK_SIZE = 96
XPUB_VERBYTES = bytes.fromhex("019C354f")
XPRV_VERBYTES = bytes.fromhex("019C3118")
XPUB_VERBYTES = bytes.fromhex("0x0488b21e")
XPRV_VERBYTES = bytes.fromhex("0x0488ade4")
P2PKH_VERBYTE = bytes.fromhex("55")
P2SH_VERBYTES = bytes.fromhex("7A")
WIF_BYTE = bytes.fromhex("1C")