Set Calico epoch

This commit is contained in:
Aayush Rajasekaran 2020-11-17 02:45:39 -05:00
parent 8575f5518c
commit 016f5e44c0

View File

@ -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))