Skip to content

Commit

Permalink
Merge pull request #8863 from filecoin-project/chore/run-fiximports
Browse files Browse the repository at this point in the history
chore: fix imports conflict
  • Loading branch information
magik6k authored Jun 14, 2022
2 parents 422f667 + 6c3361b commit d48b629
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/params_2k.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ import (
"os"
"strconv"

"github.com/ipfs/go-cid"

"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/network"

"github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/lotus/chain/actors/policy"
"github.com/ipfs/go-cid"
)

const BootstrappersFile = ""
Expand Down

0 comments on commit d48b629

Please sign in to comment.