Skip to content

Commit

Permalink
Fix F3 build parameters for testground target
Browse files Browse the repository at this point in the history
Fix renamed `f3Enabled` flag and while at it, add place holder for
manifest server ID.

Fixes #12188
  • Loading branch information
masih committed Jul 5, 2024
1 parent 4456943 commit fbbfa1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/params_testground.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ var (
WhitelistedBlock = cid.Undef
BootstrappersFile = ""
GenesisFile = ""
F3Enabled = false
f3Enabled = false
ManifestServerID = ""
F3BootstrapEpoch abi.ChainEpoch = -1
)

Expand Down

0 comments on commit fbbfa1a

Please sign in to comment.