From fbbfa1a5879b3ffa1b28b51c76ebf4854e4b9315 Mon Sep 17 00:00:00 2001 From: "Masih H. Derkani" Date: Fri, 5 Jul 2024 09:40:24 +0200 Subject: [PATCH] Fix F3 build parameters for `testground` target Fix renamed `f3Enabled` flag and while at it, add place holder for manifest server ID. Fixes #12188 --- build/params_testground.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/params_testground.go b/build/params_testground.go index 8f3deb93773..864603d169d 100644 --- a/build/params_testground.go +++ b/build/params_testground.go @@ -136,7 +136,8 @@ var ( WhitelistedBlock = cid.Undef BootstrappersFile = "" GenesisFile = "" - F3Enabled = false + f3Enabled = false + ManifestServerID = "" F3BootstrapEpoch abi.ChainEpoch = -1 )