This commit is contained in:
ZenGround0 2021-05-06 10:17:25 -04:00
parent e1185dd5b5
commit 5351db9da7

View File

@ -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)
}