Skip to content

Commit 092ed9e

Browse files
authored
Merge of #6131
2 parents 54e36f6 + be058ad commit 092ed9e

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

beacon_node/src/cli.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,14 +1407,6 @@ pub fn cli_app() -> Command {
14071407
.help_heading(FLAG_HEADER)
14081408
.display_order(0)
14091409
)
1410-
.arg(
1411-
Arg::new("builder-profit-threshold")
1412-
.long("builder-profit-threshold")
1413-
.value_name("WEI_VALUE")
1414-
.help("This flag is deprecated and has no effect.")
1415-
.action(ArgAction::Set)
1416-
.display_order(0)
1417-
)
14181410
.arg(
14191411
Arg::new("builder-user-agent")
14201412
.long("builder-user-agent")

beacon_node/src/config.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -335,13 +335,6 @@ pub fn get_config<E: EthSpec>(
335335
.map(Duration::from_millis);
336336
}
337337

338-
if parse_flag(cli_args, "builder-profit-threshold") {
339-
warn!(
340-
log,
341-
"Ignoring --builder-profit-threshold";
342-
"info" => "this flag is deprecated and will be removed"
343-
);
344-
}
345338
if cli_args.get_flag("always-prefer-builder-payload") {
346339
warn!(
347340
log,

book/src/help_bn.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ Options:
4646
--builder-header-timeout <MILLISECONDS>
4747
Defines a timeout value (in milliseconds) to use when fetching a block
4848
header from the builder API. [default: 1000]
49-
--builder-profit-threshold <WEI_VALUE>
50-
This flag is deprecated and has no effect.
5149
--builder-user-agent <STRING>
5250
The HTTP user agent to send alongside requests to the builder URL. The
5351
default is Lighthouse's version string.

0 commit comments

Comments
 (0)