Skip to content

Commit

Permalink
Set default localBlockValueBoost to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriksvantes authored Mar 19, 2024
1 parent fc9c72f commit f069c48
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f069c48

Please sign in to comment.