mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
match torba
This commit is contained in:
parent
7bc82ba735
commit
a5c15d48b6
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ class BitcoinMainnet(AbstractNet):
|
|||
|
||||
TESTNET = False
|
||||
WIF_PREFIX = 0x1c
|
||||
ADDRTYPE_P2PKH = 0x55
|
||||
ADDRTYPE_P2SH = 0x7A
|
||||
ADDRTYPE_P2PKH = 0
|
||||
ADDRTYPE_P2SH = 5
|
||||
SEGWIT_HRP = "lbc"
|
||||
GENESIS = "9c89283ba0f3227f6c03b70216b9f665f0118d5e0fa729cedf4fb34d6a34f463"
|
||||
DEFAULT_PORTS = {'t': '50001', 's': '50002'}
|
||||
|
|
Loading…
Add table
Reference in a new issue