Attempt to fix goldshell mode issues.

This commit is contained in:
Brett Rowan
2024-02-10 15:39:00 -07:00
parent 880c598b1a
commit e4a0f2451a

View File

@@ -75,7 +75,7 @@ class MiningModeSleep(MinerConfigValue):
return {"ptune": {"algo": "Sleep", "target": 0}}
def as_goldshell(self) -> dict:
return {"settings": {"select": 2}}
return {"settings": {"select": 3}}
@dataclass