Add vc --disable-attesting flag

This commit is contained in:
Michael Sproul
2025-02-26 00:36:33 +11:00
parent fd1ca8ef23
commit 279afb0696
6 changed files with 38 additions and 0 deletions

View File

@@ -97,6 +97,14 @@ pub struct ValidatorClient {
)]
pub disable_auto_discover: bool,
#[clap(
long,
help = "Disable everything except block proposals",
display_order = 0,
help_heading = FLAG_HEADER
)]
pub disable_attesting: bool,
#[clap(
long,
help = "If present, the validator client will use longer timeouts for requests \