Skip to content

Commit

Permalink
Merge pull request #8835 from filecoin-project/fix/merge-conflict
Browse files Browse the repository at this point in the history
fix: build: fix 2k build params
  • Loading branch information
arajasek authored Jun 9, 2022
2 parents c661d24 + 36a4c17 commit 5bb5028
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/params_2k.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ var UpgradeSkyrHeight = abi.ChainEpoch(100)

var ActorsCIDs = map[actors.Version]cid.Cid{}

var UpgradeSkyrHeight = abi.ChainEpoch(100)

var ActorsCIDs = map[actors.Version]cid.Cid{}

var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet,
}
Expand Down

0 comments on commit 5bb5028

Please sign in to comment.