Merge pull request #8023 from filecoin-project/jen/calibupgrade

Set Calib OhSnap upgrade epoch
This commit is contained in:
Jiaying Wang 2022-02-03 14:37:53 -05:00 committed by GitHub
commit b1d9fd3b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,8 @@ const UpgradeHyperdriveHeight = 420
const UpgradeChocolateHeight = 312746
const UpgradeOhSnapHeight = 99999999
// 2022-02-08T19:23:00Z
const UpgradeOhSnapHeight = 676246
func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(32 << 30))