From c65142782fc4cace8e1fd2d5740a084a989b59aa Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Thu, 3 Feb 2022 14:51:39 -0500 Subject: [PATCH] reset butterfly net --- build/params_butterfly.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/params_butterfly.go b/build/params_butterfly.go index 776a31714..804bdde93 100644 --- a/build/params_butterfly.go +++ b/build/params_butterfly.go @@ -42,8 +42,7 @@ const UpgradeTurboHeight = -15 const UpgradeHyperdriveHeight = -16 const UpgradeChocolateHeight = -17 -// 2022-01-17T19:00:00Z -const UpgradeOhSnapHeight = 30262 +const UpgradeOhSnapHeight = 240 func init() { policy.SetConsensusMinerMinPower(abi.NewStoragePower(2 << 30))