Set default localBlockValueBoost to 10 (#6103)
* Set default localBlockValueBoost to 10 * Updated local-block-value-boost in documentation to say 10 as default
This commit is contained in:
parent
02ccfd488b
commit
d66a769135
|
@ -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* {.
|
||||
|
|
|
@ -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].
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue