mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
disable lightning on mainnet
This commit is contained in:
parent
e7089c1458
commit
3fd3b2a74d
1 changed files with 2 additions and 0 deletions
|
@ -352,6 +352,8 @@ if __name__ == '__main__':
|
||||||
constants.set_regtest()
|
constants.set_regtest()
|
||||||
elif config.get('simnet'):
|
elif config.get('simnet'):
|
||||||
constants.set_simnet()
|
constants.set_simnet()
|
||||||
|
else:
|
||||||
|
raise Exception('lightning branch not available on mainnet')
|
||||||
|
|
||||||
if cmdname == 'gui':
|
if cmdname == 'gui':
|
||||||
configure_logging(config)
|
configure_logging(config)
|
||||||
|
|
Loading…
Add table
Reference in a new issue