From 42be14bc15e7d2013da49b775916464578440efb Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Sat, 26 Aug 2023 22:08:22 +0100 Subject: [PATCH] Update patch for build to ensure we get 15 second block times --- lotus.patch | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/lotus.patch b/lotus.patch index 5630512..132c9c5 100644 --- a/lotus.patch +++ b/lotus.patch @@ -1,20 +1,8 @@ diff --git a/build/params_2k.go b/build/params_2k.go -index c3199e2d63a..6cca065d18a 100644 +index 4af81f851..622b1a2d6 100644 --- a/build/params_2k.go +++ b/build/params_2k.go -@@ -61,9 +61,9 @@ var UpgradeSharkHeight = abi.ChainEpoch(-20) - - var UpgradeHyggeHeight = abi.ChainEpoch(-21) - --var UpgradeLightningHeight = abi.ChainEpoch(30) -+var UpgradeLightningHeight = abi.ChainEpoch(-22) - --var UpgradeThunderHeight = abi.ChainEpoch(1000) -+var UpgradeThunderHeight = abi.ChainEpoch(-23) - - var DrandSchedule = map[abi.ChainEpoch]DrandEnum{ - 0: DrandMainnet, -@@ -125,7 +125,7 @@ func init() { +@@ -128,7 +128,7 @@ func init() { }