prepare: throw error on removal of part

This commit is contained in:
nahuhh 2024-12-17 23:24:08 +00:00
parent bba517c8b7
commit ec21ea05bf

View file

@ -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)