Wallet config debugging. More.

This commit is contained in:
empresa 2025-09-10 00:11:15 +07:00
parent 7ff426f9ba
commit 9ccd0aba8a
1 changed files with 5 additions and 0 deletions

View File

@ -480,7 +480,12 @@ async def main(machine_specs):
machine_name, clore_config, oc_config = await hive_load_configs(default_power_limits, static_clore_config)
#print(f"Machine Name: {machine_name}")
logger.info(args.mode)
config_validation = validate_clore_config(clore_config)
logger.info(config_validation)
if config_validation == "Validation successful":
if "save_config" in clore_config and args.mode == "hive":
verify_or_update_file(clore_conf_path, json.dumps(clore_config))