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

@@ -279,7 +279,7 @@ class LUXMiner(LuxOSFirmware):
rate_unit = "GH"
return AlgoHashRate.SHA256(
expected_rate, HashUnit.SHA256.from_str(rate_unit)
).int(self.algo.unit.default)
).into(self.algo.unit.default)
except LookupError:
pass