From 921e5520ead4e1f67c7bf3f69f4ef7a397de9cda Mon Sep 17 00:00:00 2001 From: zenground0 Date: Mon, 10 Jul 2023 15:32:19 -0600 Subject: [PATCH] debug --- cmd/lotus-shed/cron-count.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)