Browse Source

disable lightning on mainnet

dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
ThomasV 7 years ago
parent
commit
3fd3b2a74d
  1. 2
      run_electrum

2
run_electrum

@ -352,6 +352,8 @@ if __name__ == '__main__':
constants.set_regtest()
elif config.get('simnet'):
constants.set_simnet()
else:
raise Exception('lightning branch not available on mainnet')
if cmdname == 'gui':
configure_logging(config)

Loading…
Cancel
Save