bug: fix a bunch of spelling mistakes.

This commit is contained in:
Brett Rowan
2024-05-28 21:45:56 -06:00
parent 313c324771
commit 7ea63643a9
6 changed files with 6 additions and 6 deletions

View File

@@ -282,7 +282,7 @@ class MaraMiner(MaraFirmware):
try:
return AlgoHashRate.SHA256(
web_brief["hashrate_ideal"], HashUnit.SHA256.GH
).int(self.algo.unit.default)
).into(self.algo.unit.default)
except LookupError:
pass