bug: fix serial numbers for antminer.
This commit is contained in:
@@ -206,7 +206,7 @@ class AntminerModern(BMMiner):
|
|||||||
]
|
]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
rpc_stats = await self.rpc.send_command("stats", new_rpc=True)
|
rpc_stats = await self.rpc.send_command("stats", new_api=True)
|
||||||
except APIError:
|
except APIError:
|
||||||
return hashboards
|
return hashboards
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user