bug: Handle default case with boser power conf.
This commit is contained in:
@@ -593,6 +593,8 @@ class MiningModeConfig(MinerConfigOption):
|
|||||||
scaling=ScalingConfig.from_boser(grpc_miner_conf, mode="hashrate"),
|
scaling=ScalingConfig.from_boser(grpc_miner_conf, mode="hashrate"),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
return cls.default()
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def from_auradine(cls, web_mode: dict):
|
def from_auradine(cls, web_mode: dict):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user