mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user