Skip to content

Commit

Permalink
change lc flag name from enable-lightclient to enable-light-client (
Browse files Browse the repository at this point in the history
#14887)

* change flag name from `enable-lightclient` to `enable-light-client`

* changelog
  • Loading branch information
rupam-04 authored Feb 7, 2025
1 parent 7c17af2 commit 6b3f1de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/rupam_rename-lc-flag.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Changed

- Rename light client flag from `enable-lightclient` to `enable-light-client`
2 changes: 1 addition & 1 deletion config/features/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ var (
Usage: "Informs the engine to prepare all local payloads. Useful for relayers and builders.",
}
EnableLightClient = &cli.BoolFlag{
Name: "enable-lightclient",
Name: "enable-light-client",
Usage: "Enables the light client support in the beacon node",
}
disableResourceManager = &cli.BoolFlag{
Expand Down

0 comments on commit 6b3f1de

Please sign in to comment.