From b74bb34f40cd6c1d0f98a6233a3b56b82a5e3c6e Mon Sep 17 00:00:00 2001 From: empresa Date: Tue, 9 Sep 2025 18:40:59 +0700 Subject: [PATCH] Wallet config debugging. More. --- clore_onboarding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clore_onboarding.py b/clore_onboarding.py index 77d708f..e712672 100644 --- a/clore_onboarding.py +++ b/clore_onboarding.py @@ -261,7 +261,7 @@ async def hive_load_configs(default_power_limits, static_config): elif key == "CUSTOM_MINER" and value == "clore": clore_miner_present = True elif key == "META": - meta_value = json.dump(value) + meta_value = json.loads(value) logger.info(meta_value) clore_miner_present = True