mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Merge pull request #189 from nahuhh/issue_87
prepare: throw error on removal of part
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user