mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Enable Light Client server by default (#6950)
This commit is contained in:
@@ -1494,9 +1494,18 @@ pub fn cli_app() -> Command {
|
||||
.arg(
|
||||
Arg::new("light-client-server")
|
||||
.long("light-client-server")
|
||||
.help("Act as a full node supporting light clients on the p2p network \
|
||||
[experimental]")
|
||||
.help("DEPRECATED")
|
||||
.action(ArgAction::SetTrue)
|
||||
|
||||
.help_heading(FLAG_HEADER)
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
Arg::new("disable-light-client-server")
|
||||
.long("disable-light-client-server")
|
||||
.help("Disables light client support on the p2p network")
|
||||
.action(ArgAction::SetTrue)
|
||||
|
||||
.help_heading(FLAG_HEADER)
|
||||
.display_order(0)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user