From faece90316c1e5bc1122f7d756b09756de0d4311 Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Fri, 1 Oct 2021 20:37:13 -0400 Subject: [PATCH] update 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 4ccc9733b..096446b76 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 = 3700 +const UpgradeChocolateHeight = 3950 func init() { policy.SetConsensusMinerMinPower(abi.NewStoragePower(2 << 30))