Skip to content

Commit

Permalink
Set Calico epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Nov 18, 2020
1 parent 8575f55 commit 016f5e4
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 016f5e4

Please sign in to comment.