Merge pull request #189 from nahuhh/issue_87

prepare: throw error on removal of part
This commit is contained in:
tecnovert 2024-12-25 07:43:30 +00:00 committed by GitHub
commit b7383d99dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)