electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 3fd3b2a74daa4edbc20bf13482d7e13826f0cbb6
parent e7089c1458a54ae85a50d84a605322ef25cb6518
Author: ThomasV <thomasv@electrum.org>
Date:   Tue, 26 Jun 2018 11:46:51 +0200

disable lightning on mainnet

Diffstat:
Mrun_electrum | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/run_electrum b/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)