Skip to content

Commit

Permalink
Merge pull request #6442 from filecoin-project/feat/ntwk13-calib
Browse files Browse the repository at this point in the history
Set ntwk v13 HyperDrive Calibration upgrade epoch
  • Loading branch information
arajasek authored Jun 10, 2021
2 parents 126d5cd + 0379adc commit fa440a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit fa440a1

Please sign in to comment.