tdisable lightning on mainnet - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 3fd3b2a74daa4edbc20bf13482d7e13826f0cbb6 DIR parent e7089c1458a54ae85a50d84a605322ef25cb6518 HTML Author: ThomasV <thomasv@electrum.org> Date: Tue, 26 Jun 2018 11:46:51 +0200 disable lightning on mainnet Diffstat: M run_electrum | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/run_electrum b/run_electrum t@@ -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)