Fix print

This commit is contained in:
ZenGround0 2020-10-13 00:38:15 -04:00
parent 0b9499a00f
commit 546614455f

View File

@ -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 {