Fix print
This commit is contained in:
parent
0b9499a00f
commit
546614455f
@ -96,7 +96,7 @@ var postFindCmd = &cli.Command{
|
|||||||
minersToCheck[mAddr] = struct{}{}
|
minersToCheck[mAddr] = struct{}{}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Printf("Loaded %d miners with power\n", len(minersToCheck))
|
fmt.Printf("Loaded %d miners to check\n", len(minersToCheck))
|
||||||
|
|
||||||
postedMiners := make(map[address.Address]struct{})
|
postedMiners := make(map[address.Address]struct{})
|
||||||
for _, msg := range msgs {
|
for _, msg := range msgs {
|
||||||
|
Loading…
Reference in New Issue
Block a user