From 41be8fc9e50393885df4bbd15eac52897bc90f82 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Sat, 2 Oct 2021 17:28:46 -0400 Subject: [PATCH] Set the calibnet chocolate epoch --- 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 996a5c924..be16d08b9 100644 --- a/build/params_calibnet.go +++ b/build/params_calibnet.go @@ -53,7 +53,7 @@ const UpgradeTurboHeight = 390 const UpgradeHyperdriveHeight = 420 -const UpgradeChocolateHeight = 999999999 +const UpgradeChocolateHeight = 312746 func init() { policy.SetConsensusMinerMinPower(abi.NewStoragePower(32 << 30))