change lc flag name from enable-lightclient to enable-light-client (#14887)

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

* changelog
This commit is contained in:
Rupam Dey
2025-02-07 23:05:12 +05:30
committed by GitHub
parent 7c17af2a41
commit 6b3f1de19d
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
### Changed
- Rename light client flag from `enable-lightclient` to `enable-light-client`

View File

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