add 'recḱless' option to allow using lightning on mainnet
This commit is contained in:
@@ -352,7 +352,7 @@ if __name__ == '__main__':
|
||||
constants.set_regtest()
|
||||
elif config.get('simnet'):
|
||||
constants.set_simnet()
|
||||
else:
|
||||
elif not config.get('reckless'):
|
||||
raise Exception('lightning branch not available on mainnet')
|
||||
|
||||
if cmdname == 'gui':
|
||||
|
||||
Reference in New Issue
Block a user