From a28fceaa559b6c7e1b5df09383af56a5c2f51caa Mon Sep 17 00:00:00 2001 From: zenground0 Date: Mon, 17 Apr 2023 16:59:45 -0600 Subject: [PATCH] Correct epoch to match specified date --- build/params_calibnet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/params_calibnet.go b/build/params_calibnet.go index 7ebfe5a21c0..e8b1c9d7ebd 100644 --- a/build/params_calibnet.go +++ b/build/params_calibnet.go @@ -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