adds testenet to wallet server
This commit is contained in:
parent
8de97bb441
commit
049c17ff08
1 changed files with 5 additions and 0 deletions
|
@ -137,3 +137,8 @@ class LBCRegTest(LBC):
|
||||||
XPRV_VERBYTES = bytes.fromhex('04358394')
|
XPRV_VERBYTES = bytes.fromhex('04358394')
|
||||||
P2PKH_VERBYTE = bytes.fromhex("6f")
|
P2PKH_VERBYTE = bytes.fromhex("6f")
|
||||||
P2SH_VERBYTES = bytes.fromhex("c4")
|
P2SH_VERBYTES = bytes.fromhex("c4")
|
||||||
|
|
||||||
|
|
||||||
|
class LBCTestNet(LBCRegTest):
|
||||||
|
NET = "testnet"
|
||||||
|
GENESIS_HASH = '9c89283ba0f3227f6c03b70216b9f665f0118d5e0fa729cedf4fb34d6a34f463'
|
||||||
|
|
Loading…
Reference in a new issue