mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
Delete --builder-profit-threshold flag (#6131)
* delete builder-profit-threshold flag
This commit is contained in:
@@ -1407,14 +1407,6 @@ pub fn cli_app() -> Command {
|
||||
.help_heading(FLAG_HEADER)
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
Arg::new("builder-profit-threshold")
|
||||
.long("builder-profit-threshold")
|
||||
.value_name("WEI_VALUE")
|
||||
.help("This flag is deprecated and has no effect.")
|
||||
.action(ArgAction::Set)
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
Arg::new("builder-user-agent")
|
||||
.long("builder-user-agent")
|
||||
|
||||
Reference in New Issue
Block a user