bug: fix DG1+ naming
This commit is contained in:
@@ -668,7 +668,7 @@ MINER_CLASSES = {
|
|||||||
},
|
},
|
||||||
MinerTypes.ELPHAPEX: {
|
MinerTypes.ELPHAPEX: {
|
||||||
None: type("ElphapexUnknown", (ElphapexMiner, ElphapexMake), {}),
|
None: type("ElphapexUnknown", (ElphapexMiner, ElphapexMake), {}),
|
||||||
"DG1+1": ElphapexDG1Plus,
|
"DG1+": ElphapexDG1Plus,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user