diff --git a/pyasic/miners/backends/marathon.py b/pyasic/miners/backends/marathon.py index f1007526..0cdb9edf 100644 --- a/pyasic/miners/backends/marathon.py +++ b/pyasic/miners/backends/marathon.py @@ -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