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