Skip to content

Commit

Permalink
enable-minimal-slashing-protection flag: Add Experimental warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
nalepae committed Mar 6, 2024
1 parent e69dc6f commit 6e1a1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/features/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ var (
}
EnableMinimalSlashingProtection = &cli.BoolFlag{
Name: "enable-minimal-slashing-protection",
Usage: "Enables the minimal slashing protection. See EIP-3076 for more details.",
Usage: "(Experimental): Enables the minimal slashing protection. See EIP-3076 for more details.",
}
enableDoppelGangerProtection = &cli.BoolFlag{
Name: "enable-doppelganger",
Expand Down

0 comments on commit 6e1a1c1

Please sign in to comment.