Skip to content

Commit

Permalink
Merge pull request #4889 from filecoin-project/asr/callico-epoch
Browse files Browse the repository at this point in the history
Set Calico epoch
  • Loading branch information
magik6k committed Nov 18, 2020
2 parents 226efe2 + 016f5e4 commit 9f34f98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/params_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ const UpgradeLiftoffHeight = 148888

const UpgradeKumquatHeight = 170000

// TODO: Height??
const UpgradeCalicoHeight = 999999
const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInDay * 2)
const UpgradeCalicoHeight = 265200
const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 60)

func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 40))
Expand Down

0 comments on commit 9f34f98

Please sign in to comment.