From b3502c87780ffd4f6e284717f6581dbb1629a9e9 Mon Sep 17 00:00:00 2001 From: empresa Date: Tue, 9 Sep 2025 18:38:45 +0700 Subject: [PATCH] Wallet config debugging. Part 3. --- clore_onboarding.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clore_onboarding.py b/clore_onboarding.py index 3fcbd1d..77d708f 100644 --- a/clore_onboarding.py +++ b/clore_onboarding.py @@ -260,6 +260,10 @@ async def hive_load_configs(default_power_limits, static_config): clore_config = possible_clore_config elif key == "CUSTOM_MINER" and value == "clore": 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: clore_miner_present = True