Skip to content

Commit

Permalink
fix(build): disable phoenix drand upgrade if LOTUS_DISABLE_DRAGON
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 8, 2024
1 parent 647aa48 commit 557c3c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/params_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func init() {

if os.Getenv("LOTUS_DISABLE_DRAGON") == "1" {
UpgradeDragonHeight = math.MaxInt64 - 1
delete(DrandSchedule, UpgradePhoenixHeight)
UpgradePhoenixHeight = math.MaxInt64
}

Expand Down

0 comments on commit 557c3c0

Please sign in to comment.