Skip to content

Commit 7749256

Browse files
committed
chore: change F3BootstrapEpoch to -1 (#12673)
chore: change F3BootstrapEpoch to -1
1 parent 1a85624 commit 7749256

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/buildconstants/params_mainnet.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,4 @@ var F3ManifestServerID = MustParseID("12D3KooWENMwUF9YxvQxar7uBWJtZkA6amvK4xWmKX
188188
var F3InitialPowerTableCID = cid.Undef
189189

190190
const F3Enabled = true
191-
192-
// 2024-12-04T23:00:00Z
193-
const F3BootstrapEpoch abi.ChainEpoch = 4501560
191+
const F3BootstrapEpoch abi.ChainEpoch = -1

0 commit comments

Comments
 (0)