Skip to content

Commit

Permalink
Correct epoch to match specified date
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Apr 17, 2023
1 parent 37a0dca commit a28fcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const UpgradeSharkHeight = 16800 // 6 days after genesis
const UpgradeHyggeHeight = 322354

// 2023-04-20T14:00:00Z
const UpgradeLightningHeight = 489154
const UpgradeLightningHeight = 489094

// 2023-04-21T16:00:00Z
const UpgradeThunderHeight = UpgradeLightningHeight + 3120
Expand Down

0 comments on commit a28fcea

Please sign in to comment.