Revert "Revert "Set default localBlockValueBoost to 10 (#6103)" (#6118)" (#6126)

This reverts commit 213076e4cd.
This commit is contained in:
tersec 2024-03-23 09:17:29 +00:00 committed by GitHub
parent 33e34ee8bd
commit c5f0d1def3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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* {.

View File

@ -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].
...