bug: fix mara fw expected hashrate scaling.

This commit is contained in:
Upstream Data
2024-04-30 14:42:43 -06:00
parent 30216fdd5b
commit a9e5c99ab2

View File

@@ -278,7 +278,7 @@ class MaraMiner(BaseMiner):
if web_brief is not None:
try:
return round(web_brief["hashrate_ideal"], 2)
return round(web_brief["hashrate_ideal"] / 1000, 2)
except LookupError:
pass