Wallet config debugging. Part 3.

This commit is contained in:
empresa 2025-09-09 18:38:45 +07:00
parent 92dac6755b
commit b3502c8778
1 changed files with 4 additions and 0 deletions

View File

@ -260,6 +260,10 @@ async def hive_load_configs(default_power_limits, static_config):
clore_config = possible_clore_config clore_config = possible_clore_config
elif key == "CUSTOM_MINER" and value == "clore": elif key == "CUSTOM_MINER" and value == "clore":
clore_miner_present = True clore_miner_present = True
elif key == "META":
meta_value = json.dump(value)
logger.info(meta_value)
clore_miner_present = True
if (not clore_miner_present or not clore_config) and parsed_static_config: if (not clore_miner_present or not clore_config) and parsed_static_config:
clore_miner_present = True clore_miner_present = True