From 77de45f684752fe15d4b420598a89bec7226ec78 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Fri, 1 Oct 2021 17:50:46 -0400 Subject: [PATCH] Set Chocolate upgrade epoch for butterfly --- build/params_butterfly.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/params_butterfly.go b/build/params_butterfly.go index 269e07548..ca10e0258 100644 --- a/build/params_butterfly.go +++ b/build/params_butterfly.go @@ -38,7 +38,7 @@ const UpgradeTrustHeight = -13 const UpgradeNorwegianHeight = -14 const UpgradeTurboHeight = -15 const UpgradeHyperdriveHeight = -16 -const UpgradeChocolateHeight = -17 +const UpgradeChocolateHeight = 3600 func init() { policy.SetConsensusMinerMinPower(abi.NewStoragePower(2 << 30))