bug: fix into naming on vnish with expected hashrate.
This commit is contained in:
@@ -240,7 +240,7 @@ class BMMiner(StockFirmware):
|
|||||||
rate_unit = "GH"
|
rate_unit = "GH"
|
||||||
return AlgoHashRate.SHA256(
|
return AlgoHashRate.SHA256(
|
||||||
expected_rate, HashUnit.SHA256.from_str(rate_unit)
|
expected_rate, HashUnit.SHA256.from_str(rate_unit)
|
||||||
).int(self.algo.unit.default)
|
).into(self.algo.unit.default)
|
||||||
except LookupError:
|
except LookupError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user