This reverts commit 213076e4cd
.
This commit is contained in:
parent
33e34ee8bd
commit
c5f0d1def3
|
@ -647,7 +647,7 @@ type
|
||||||
# https://github.com/prysmaticlabs/prysm/pull/12227/files
|
# https://github.com/prysmaticlabs/prysm/pull/12227/files
|
||||||
localBlockValueBoost* {.
|
localBlockValueBoost* {.
|
||||||
desc: "Increase execution layer block values for builder bid comparison by a percentage"
|
desc: "Increase execution layer block values for builder bid comparison by a percentage"
|
||||||
defaultValue: 0
|
defaultValue: 10
|
||||||
name: "local-block-value-boost" .}: uint8
|
name: "local-block-value-boost" .}: uint8
|
||||||
|
|
||||||
historyMode* {.
|
historyMode* {.
|
||||||
|
|
|
@ -137,7 +137,7 @@ The following options are available:
|
||||||
--payload-builder Enable external payload builder [=false].
|
--payload-builder Enable external payload builder [=false].
|
||||||
--payload-builder-url Payload builder URL.
|
--payload-builder-url Payload builder URL.
|
||||||
--local-block-value-boost Increase execution layer block values for builder bid comparison by a percentage
|
--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].
|
--history Retention strategy for historical data (archive/prune) [=HistoryMode.Prune].
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue