Merge pull request #6442 from filecoin-project/feat/ntwk13-calib

Set ntwk v13 HyperDrive Calibration upgrade epoch
This commit is contained in:
Aayush Rajasekaran 2021-06-09 23:30:48 -04:00 committed by GitHub
commit fa440a1ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,8 @@ const UpgradeNorwegianHeight = 114000
const UpgradeTurboHeight = 193789 const UpgradeTurboHeight = 193789
const UpgradeHyperdriveHeight = 9999999 // 2021-06-11T14:30:00Z
const UpgradeHyperdriveHeight = 321519
func init() { func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(32 << 30)) policy.SetConsensusMinerMinPower(abi.NewStoragePower(32 << 30))