bug: fix an issue with innosilicon A10X not allowing pool config.

This commit is contained in:
Upstream Data
2023-03-04 17:46:11 -07:00
parent e598d4b63c
commit 092a586329

View File

@@ -87,8 +87,10 @@ class CGMinerA10X(CGMiner, A10X):
# return False
async def send_config(self, config: MinerConfig, user_suffix: str = None) -> None:
self.config = config
await self.web.update_pools(config.as_inno(user_suffix=user_suffix))
pass
# doesnt work for some reason
# self.config = config
# await self.web.update_pools(config.as_inno(user_suffix=user_suffix))
##################################################
### DATA GATHERING FUNCTIONS (get_{some_data}) ###