Backed some previous changes

This commit is contained in:
1e9abhi1e10
2024-07-27 23:58:57 +05:30
parent 92f70c9a76
commit 4b4670201a

View File

@@ -270,7 +270,7 @@ class Auradine(StockFirmware):
except LookupError:
pass
async def _get_hashrate(self, rpc_summary: dict = None) -> Optional[float]:
async def _get_hashrate(self, rpc_summary: dict = None) -> Optional[AlgoHashRate]:
if rpc_summary is None:
try:
rpc_summary = await self.rpc.summary()