From e30f8af2d1aeab2257c9614511dcd0799dc0415d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Thu, 6 Jul 2023 09:35:10 +0200 Subject: [PATCH] make gen --- cmd/lotus-shed/block.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/lotus-shed/block.go b/cmd/lotus-shed/block.go index 353d0daaf..814eef3fd 100644 --- a/cmd/lotus-shed/block.go +++ b/cmd/lotus-shed/block.go @@ -5,9 +5,11 @@ import ( "encoding/hex" "encoding/json" "fmt" + + "github.com/urfave/cli/v2" + "github.com/filecoin-project/lotus/chain/types" lcli "github.com/filecoin-project/lotus/cli" - "github.com/urfave/cli/v2" ) var blockCmd = &cli.Command{