fix 2k build

This commit is contained in:
Łukasz Magiera
2021-05-31 21:52:23 +02:00
parent 4bf03b485f
commit 3671f2a6ff
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ func findDeadlineCrons(c *cli.Context) (map[address.Address]struct{}, error) {
// All miners have active cron before v4.
// v4 upgrade epoch is last epoch running v3 epoch and api.StateReadState reads
// parent state, so v4 state isn't read until upgrade epoch + 2
if ts.Height() <= build.UpgradeActorsV4Height+1 {
if ts.Height() <= build.UpgradeTurboHeight+1 {
activeMiners[mAddr] = struct{}{}
continue
}