Skip to content

Commit 42be14b

Browse files
committed
Update patch for build to ensure we get 15 second block times
1 parent 904f64f commit 42be14b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

lotus.patch

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
diff --git a/build/params_2k.go b/build/params_2k.go
2-
index c3199e2d63a..6cca065d18a 100644
2+
index 4af81f851..622b1a2d6 100644
33
--- a/build/params_2k.go
44
+++ b/build/params_2k.go
5-
@@ -61,9 +61,9 @@ var UpgradeSharkHeight = abi.ChainEpoch(-20)
6-
7-
var UpgradeHyggeHeight = abi.ChainEpoch(-21)
8-
9-
-var UpgradeLightningHeight = abi.ChainEpoch(30)
10-
+var UpgradeLightningHeight = abi.ChainEpoch(-22)
11-
12-
-var UpgradeThunderHeight = abi.ChainEpoch(1000)
13-
+var UpgradeThunderHeight = abi.ChainEpoch(-23)
14-
15-
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
16-
0: DrandMainnet,
17-
@@ -125,7 +125,7 @@ func init() {
5+
@@ -128,7 +128,7 @@ func init() {
186

197
}
208

0 commit comments

Comments
 (0)