Merge pull request #6441 from filecoin-project/feat/ntwk13-hyperdrive

Set ntwk v13 HyperDrive Calibration upgrade epoch
This commit is contained in:
Aayush Rajasekaran 2021-06-09 23:28:52 -04:00 committed by GitHub
commit edf646d19c
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 UpgradeHyperdriveHeight = 9999999
// 2021-06-11T14:30:00Z
const UpgradeHyperdriveHeight = 321519
func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(32 << 30))