mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Add flag to disable attestation APIs
This commit is contained in:
@@ -553,6 +553,14 @@ pub fn cli_app() -> Command {
|
||||
.action(ArgAction::Set)
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
Arg::new("disable-attesting")
|
||||
.long("disable-attesting")
|
||||
.help("Turn off attestation related APIs so that we have some hope of producing \
|
||||
blocks")
|
||||
.action(ArgAction::Set)
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
Arg::new("http-sse-capacity-multiplier")
|
||||
.long("http-sse-capacity-multiplier")
|
||||
|
||||
Reference in New Issue
Block a user