This commit is contained in:
John-Paul Compagnone
2024-05-17 11:01:01 -04:00
parent c26b78aa01
commit 19e232ddb9

View File

@@ -270,7 +270,7 @@ class ePIC(ePICFirmware):
ideal = hb["Hashrate"][1] / 100 ideal = hb["Hashrate"][1] / 100
hashrate += hb["Hashrate"][0] / ideal hashrate += hb["Hashrate"][0] / ideal
return AlgoHashRate.SHA256(hashrate, HashUnit.SHA256.GH).int( return AlgoHashRate.SHA256(hashrate, HashUnit.SHA256.MH).into(
self.algo.unit.default self.algo.unit.default
) )
except (LookupError, ValueError, TypeError): except (LookupError, ValueError, TypeError):