moar fixes

This commit is contained in:
Thomas Zarebczan 2019-03-22 13:06:01 -04:00
parent 755cae9bf6
commit e6989391ce
2 changed files with 5 additions and 2 deletions

View file

@ -49,8 +49,8 @@ class BitcoinMainnet(AbstractNet):
TESTNET = False
WIF_PREFIX = 0x1c
ADDRTYPE_P2PKH = 0
ADDRTYPE_P2SH = 5
ADDRTYPE_P2PKH = 0x55
ADDRTYPE_P2SH = 0x7A
SEGWIT_HRP = "lbc"
GENESIS = "9c89283ba0f3227f6c03b70216b9f665f0118d5e0fa729cedf4fb34d6a34f463"
DEFAULT_PORTS = {'t': '50001', 's': '50002'}

View file

@ -723,6 +723,9 @@
"ZMW",
"ZWL"
],
"CoinMarketCap": [
"USD"
],
"Foxbit": [
"BRL"
],