Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjaap committed Jul 10, 2019
1 parent 414ea1a commit e53ed2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miners/miners.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func NewBinaryRunner(m MinerBinary) (*BinaryRunner, error) {
br.MinerImpl = NewCCMinerImpl(br)
} else if strings.HasPrefix(m.MainExecutableName, "teamred") {
br.MinerImpl = NewTeamRedMinerImpl(br)
} else if strings.HasPrefix(m.MainExecutableName, "Cryptodredge") {
} else if strings.HasPrefix(m.MainExecutableName, "CryptoDredge") {
br.MinerImpl = NewCryptoDredgeMinerImpl(br)
} else {
return nil, fmt.Errorf("Could not determine implementation for miner binary")
Expand Down

0 comments on commit e53ed2c

Please sign in to comment.