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