Skip to content

Commit

Permalink
Revert "Revert "Set default localBlockValueBoost to 10 (#6103)" (#6118)…
Browse files Browse the repository at this point in the history
…" (#6126)

This reverts commit 213076e.
  • Loading branch information
tersec authored Mar 23, 2024
1 parent 33e34ee commit c5f0d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beacon_chain/conf.nim
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ type
# https://github.com/prysmaticlabs/prysm/pull/12227/files
localBlockValueBoost* {.
desc: "Increase execution layer block values for builder bid comparison by a percentage"
defaultValue: 0
defaultValue: 10
name: "local-block-value-boost" .}: uint8

historyMode* {.
Expand Down
2 changes: 1 addition & 1 deletion docs/the_nimbus_book/src/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The following options are available:
--payload-builder Enable external payload builder [=false].
--payload-builder-url Payload builder URL.
--local-block-value-boost Increase execution layer block values for builder bid comparison by a percentage
[=0].
[=10].
--history Retention strategy for historical data (archive/prune) [=HistoryMode.Prune].
...
Expand Down

0 comments on commit c5f0d1d

Please sign in to comment.