storageminer: Print what we can in info cmd

This commit is contained in:
Łukasz Magiera 2020-03-05 19:26:05 +01:00
parent f06bf6721e
commit 7d95e134eb

View File

@ -72,7 +72,6 @@ var infoCmd = &cli.Command{
float64(10000*uint64(len(faults))/secCounts.Pset)/100.)
}
panic("todo")
/*// TODO: indicate whether the post worker is in use
wstat, err := nodeApi.WorkerStats(ctx)
if err != nil {