mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Merge remote-tracking branch 'origin/release-v7.0.0' into unstable
This commit is contained in:
@@ -1460,6 +1460,15 @@ pub fn cli_app() -> Command {
|
||||
.action(ArgAction::Set)
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
Arg::new("builder-disable-ssz")
|
||||
.long("builder-disable-ssz")
|
||||
.value_name("BOOLEAN")
|
||||
.help("Disables sending requests using SSZ over the builder API.")
|
||||
.requires("builder")
|
||||
.action(ArgAction::SetTrue)
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
Arg::new("reset-payload-statuses")
|
||||
.long("reset-payload-statuses")
|
||||
|
||||
Reference in New Issue
Block a user