fix to only change the dual version

This commit is contained in:
JP
2024-12-18 19:25:53 -05:00
committed by Brett Rowan
parent 01263da52b
commit 25c08b9bc0

View File

@@ -55,9 +55,6 @@ class ePICS19XP(ePIC, S19XP):
pass
class ePICS19jProDual(ePIC, S19jPro):
S19jPro.raw_model = MinerModel.EPIC.S19jProDual
S19jPro.expected_fans *= 2
S19jPro.expected_hashboards *= 2
pass
raw_model = MinerModel.EPIC.S19jProDual
expected_fans = S19jPro.expected_fans * 2
expected_hashboards = S19jPro.expected_hashboards * 2