Merge pull request #6565 from filecoin-project/asr/hyperdrive-epoch

Set HyperDrive upgrade epoch
This commit is contained in:
Jennifer 2021-06-23 00:44:32 -04:00 committed by GitHub
commit cd9f6724a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,8 @@ const UpgradeNorwegianHeight = 665280
// 2021-04-29T06:00:00Z
const UpgradeTurboHeight = 712320
// ???
var UpgradeHyperdriveHeight = abi.ChainEpoch(9999999)
// 2021-06-30T22:00:00Z
var UpgradeHyperdriveHeight = abi.ChainEpoch(892800)
func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 40))