Set calibration net calico and persion epochs

This commit is contained in:
Aayush Rajasekaran
2020-11-18 21:10:39 -05:00
parent 4487284405
commit 121c679384
+2 -2
View File
@@ -34,8 +34,8 @@ const UpgradeLiftoffHeight = -5
const UpgradeKumquatHeight = 90
const UpgradeCalicoHeight = 265200
const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 60)
const UpgradeCalicoHeight = 80000
const UpgradePersianHeight = UpgradeCalicoHeight + (builtin2.EpochsInHour * 24)
func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30))