more missing i
This commit is contained in:
@@ -15,5 +15,5 @@
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
from .blockminer import (
|
from .blockminer import (
|
||||||
ePICBlockMiner520,
|
ePICBlockMiner520i,
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -18,5 +18,5 @@ from pyasic.miners.backends import ePIC
|
|||||||
from pyasic.miners.models import Blockminer520i
|
from pyasic.miners.models import Blockminer520i
|
||||||
|
|
||||||
|
|
||||||
class ePICBlockMiner520(ePIC, Blockminer520i):
|
class ePICBlockMiner520i(ePIC, Blockminer520i):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -397,7 +397,7 @@ MINER_CLASSES = {
|
|||||||
"ANTMINER S19K PRO": ePICS19kPro,
|
"ANTMINER S19K PRO": ePICS19kPro,
|
||||||
"ANTMINER S19 XP": ePICS19XP,
|
"ANTMINER S19 XP": ePICS19XP,
|
||||||
"ANTMINER S21": ePICS21,
|
"ANTMINER S21": ePICS21,
|
||||||
"BLOCKMINER 520I": ePICBlockMiner520,
|
"BLOCKMINER 520I": ePICBlockMiner520i,
|
||||||
},
|
},
|
||||||
MinerTypes.HIVEON: {
|
MinerTypes.HIVEON: {
|
||||||
None: Hiveon,
|
None: Hiveon,
|
||||||
|
|||||||
Reference in New Issue
Block a user