Wallet config debugging. More.
This commit is contained in:
parent
b3502c8778
commit
b74bb34f40
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue