Skip to content

Commit

Permalink
Merge of #6131
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 19, 2024
2 parents 54e36f6 + be058ad commit 092ed9e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions beacon_node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
7 changes: 0 additions & 7 deletions beacon_node/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,6 @@ pub fn get_config<E: EthSpec>(
.map(Duration::from_millis);
}

if parse_flag(cli_args, "builder-profit-threshold") {
warn!(
log,
"Ignoring --builder-profit-threshold";
"info" => "this flag is deprecated and will be removed"
);
}
if cli_args.get_flag("always-prefer-builder-payload") {
warn!(
log,
Expand Down
2 changes: 0 additions & 2 deletions book/src/help_bn.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Options:
--builder-header-timeout <MILLISECONDS>
Defines a timeout value (in milliseconds) to use when fetching a block
header from the builder API. [default: 1000]
--builder-profit-threshold <WEI_VALUE>
This flag is deprecated and has no effect.
--builder-user-agent <STRING>
The HTTP user agent to send alongside requests to the builder URL. The
default is Lighthouse's version string.
Expand Down

0 comments on commit 092ed9e

Please sign in to comment.