Browse Source

fix prev commit: diable running on mainnet

add_frost
zebra-lucky 2 weeks ago
parent
commit
69fa9c38bb
  1. 2
      src/jmclient/configure.py

2
src/jmclient/configure.py

@ -707,7 +707,7 @@ def load_program_config(config_path: str = "", bs: Optional[str] = None,
jmprint("Error loading `joinmarket.cfg`, invalid file format.",
"info")
twisted_sys_exit(EXIT_FAILURE)
if get_network() != 'mainnet':
if get_network() == 'mainnet':
jmprint("Running on mainnet is blocked for beta code", "info")
twisted_sys_exit(EXIT_FAILURE)

Loading…
Cancel
Save