Skip to content

Commit

Permalink
Update patch for build to ensure we get 15 second block times
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hamilton committed Aug 26, 2023
1 parent 904f64f commit 42be14b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions lotus.patch
Original file line number Diff line number Diff line change
@@ -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() {

}

Expand Down

0 comments on commit 42be14b

Please sign in to comment.