File tree 3 files changed +0
-17
lines changed
3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -1407,14 +1407,6 @@ pub fn cli_app() -> Command {
1407
1407
. help_heading ( FLAG_HEADER )
1408
1408
. display_order ( 0 )
1409
1409
)
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
- )
1418
1410
. arg (
1419
1411
Arg :: new ( "builder-user-agent" )
1420
1412
. long ( "builder-user-agent" )
Original file line number Diff line number Diff line change @@ -335,13 +335,6 @@ pub fn get_config<E: EthSpec>(
335
335
. map ( Duration :: from_millis) ;
336
336
}
337
337
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
- }
345
338
if cli_args. get_flag ( "always-prefer-builder-payload" ) {
346
339
warn ! (
347
340
log,
Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ Options:
46
46
--builder-header-timeout <MILLISECONDS>
47
47
Defines a timeout value (in milliseconds) to use when fetching a block
48
48
header from the builder API. [default: 1000]
49
- --builder-profit-threshold <WEI_VALUE>
50
- This flag is deprecated and has no effect.
51
49
--builder-user-agent <STRING>
52
50
The HTTP user agent to send alongside requests to the builder URL. The
53
51
default is Lighthouse's version string.
You can’t perform that action at this time.
0 commit comments