mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-22 19:49:20 +00:00
prepare: throw error on removal of part
This commit is contained in:
parent
bba517c8b7
commit
ec21ea05bf
1 changed files with 3 additions and 0 deletions
|
@ -2506,6 +2506,9 @@ def main():
|
|||
return 0
|
||||
|
||||
if disable_coin != "":
|
||||
if "particl" in disable_coin:
|
||||
exitWithError("Cannot disable Particl (required for operation)")
|
||||
|
||||
logger.info("Disabling coin: %s", disable_coin)
|
||||
settings = load_config(config_path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue