mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Remove Feature Flag From Prater (#12082)
This commit is contained in:
parent
b8a1bcdfe3
commit
3aaba7c065
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user