diff --git a/config/features/config.go b/config/features/config.go index af2fb3409c..bd276a75c5 100644 --- a/config/features/config.go +++ b/config/features/config.go @@ -148,9 +148,6 @@ func configureTestnet(ctx *cli.Context) error { // Insert feature flags within the function to be enabled for Prater testnet. func applyPraterFeatureFlags(ctx *cli.Context) { - if err := ctx.Set(SaveFullExecutionPayloads.Names()[0], "true"); err != nil { - log.WithError(err).Debug("error enabling save full execution payloads flag") - } } // Insert feature flags within the function to be enabled for Sepolia testnet.