Remove Feature Flag From Prater (#12082)

This commit is contained in:
Nishant Das 2023-03-06 17:56:53 +08:00 committed by GitHub
parent b8a1bcdfe3
commit 3aaba7c065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.