Wallet config debugging. More.
This commit is contained in:
parent
7ff426f9ba
commit
9ccd0aba8a
|
@ -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)
|
machine_name, clore_config, oc_config = await hive_load_configs(default_power_limits, static_clore_config)
|
||||||
#print(f"Machine Name: {machine_name}")
|
#print(f"Machine Name: {machine_name}")
|
||||||
|
|
||||||
|
logger.info(args.mode)
|
||||||
|
|
||||||
config_validation = validate_clore_config(clore_config)
|
config_validation = validate_clore_config(clore_config)
|
||||||
|
|
||||||
|
logger.info(config_validation)
|
||||||
|
|
||||||
if config_validation == "Validation successful":
|
if config_validation == "Validation successful":
|
||||||
if "save_config" in clore_config and args.mode == "hive":
|
if "save_config" in clore_config and args.mode == "hive":
|
||||||
verify_or_update_file(clore_conf_path, json.dumps(clore_config))
|
verify_or_update_file(clore_conf_path, json.dumps(clore_config))
|
||||||
|
|
Loading…
Reference in New Issue