run make gen

This commit is contained in:
Shrenuj Bansal
2022-08-16 15:56:32 -04:00
parent fa4a479b97
commit b7227d3a6b
11 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,6 @@ package node
import (
"errors"
"github.com/filecoin-project/lotus/api/v1api"
"time"
"go.uber.org/fx"
@@ -16,6 +15,7 @@ import (
provider "github.com/filecoin-project/index-provider"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/api/v1api"
"github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/lotus/chain/gen"
"github.com/filecoin-project/lotus/chain/gen/slashfilter"