This reverts commit d66a769135
.
This commit is contained in:
parent
3d45c0575a
commit
213076e4cd
|
@ -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* {.
|
||||
|
|
|
@ -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].
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue