mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 21:04:28 +00:00
Fix flag
This commit is contained in:
@@ -558,7 +558,7 @@ pub fn cli_app() -> Command {
|
|||||||
.long("disable-attesting")
|
.long("disable-attesting")
|
||||||
.help("Turn off attestation related APIs so that we have some hope of producing \
|
.help("Turn off attestation related APIs so that we have some hope of producing \
|
||||||
blocks")
|
blocks")
|
||||||
.action(ArgAction::Set)
|
.action(ArgAction::SetTrue)
|
||||||
.display_order(0)
|
.display_order(0)
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
|||||||
Reference in New Issue
Block a user