Compare commits

...

1 Commits

Author SHA1 Message Date
Nishant Das
dfd8bcff84 Remove Feature Flag From Prater (#12082) 2023-03-06 18:03:18 +08:00

View File

@@ -147,9 +147,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.