From 1e24ef4d0d7f3dc0782583a42caf12b20cfdfd48 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Tue, 11 Jan 2022 12:50:34 -0500 Subject: [PATCH] format --- cmd/lotus-miner/sectors.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/lotus-miner/sectors.go b/cmd/lotus-miner/sectors.go index b26b044d8fb..6c4f5e16b30 100644 --- a/cmd/lotus-miner/sectors.go +++ b/cmd/lotus-miner/sectors.go @@ -1549,9 +1549,9 @@ var sectorsMarkForUpgradeCmd = &cli.Command{ if nv >= network.Version15 { return xerrors.Errorf("classic cc upgrades disabled v15 and beyond, use `snap-up`") } - - // disable mark for upgrade two days before the ntwk v15 upgrade - // TODO: remove the following block in v1.15.1 + + // disable mark for upgrade two days before the ntwk v15 upgrade + // TODO: remove the following block in v1.15.1 head, err := api.ChainHead(ctx) if err != nil { return xerrors.Errorf("failed to get chain head: %w", err)