bug: fix serial numbers for antminer.

This commit is contained in:
b-rowan
2024-02-07 20:15:38 -07:00
parent 4b068c57c5
commit 5e5516bfb3

View File

@@ -206,7 +206,7 @@ class AntminerModern(BMMiner):
]
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:
return hashboards