diff --git a/cmd/lotus-shed/cron-count.go b/cmd/lotus-shed/cron-count.go index 33e320dac..3c0c9862a 100644 --- a/cmd/lotus-shed/cron-count.go +++ b/cmd/lotus-shed/cron-count.go @@ -89,7 +89,7 @@ var minerDeadlinePartitionMeasurementCmd = &cli.Command{ if err != nil { return xerrors.Errorf("failed to get tipset at epoch %d: %w", ref.Height, err) } - + fmt.Printf("ref: %v\n", ref) dline, err := n.StateMinerProvingDeadline(ctx, ref.Addr, tsBefore.Key()) if err != nil { return xerrors.Errorf("failed to read proving deadline: %w", err)