missed chiptune

This commit is contained in:
John-Paul Compagnone
2024-05-14 10:46:26 -04:00
parent 96ea5f5d16
commit 5ac533616f

View File

@@ -445,7 +445,7 @@ class MiningModeConfig(MinerConfigOption):
else:
return cls.hashrate_tuning(
hashrate=algo_info["ChipTune"]["Target"],
algo=TunerAlgo.chip_tune,
algo=TunerAlgo.chip_tune(),
)
else:
return cls.normal()