Lint
This commit is contained in:
parent
e1185dd5b5
commit
5351db9da7
@ -91,7 +91,7 @@ func countDeadlineCrons(c *cli.Context) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
for addr, _ := range activeMiners {
|
||||
for addr := range activeMiners {
|
||||
fmt.Printf("%s\n", addr)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user