Skip to content

Commit

Permalink
Revert "Set default localBlockValueBoost to 10 (#6103)" (#6118)
Browse files Browse the repository at this point in the history
This reverts commit d66a769.
  • Loading branch information
tersec authored Mar 21, 2024
1 parent 3d45c05 commit 213076e
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: 10
defaultValue: 0
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
[=10].
[=0].
--history Retention strategy for historical data (archive/prune) [=HistoryMode.Prune].
...
Expand Down

0 comments on commit 213076e

Please sign in to comment.