remove proposer boosting option (always enabled now) (#3586)
This commit is contained in:
parent
8b74847f85
commit
06da9f4868
|
@ -505,12 +505,6 @@ type
|
||||||
defaultValue: false
|
defaultValue: false
|
||||||
name: "validator-monitor-totals" }: bool
|
name: "validator-monitor-totals" }: bool
|
||||||
|
|
||||||
proposerBoostingNoEffect* {.
|
|
||||||
hidden
|
|
||||||
desc: "No-op stub; may be removed without warning",
|
|
||||||
defaultValue: false
|
|
||||||
name: "proposer-boosting-debug" }: bool
|
|
||||||
|
|
||||||
# https://github.com/ethereum/consensus-specs/blob/v1.1.10/sync/optimistic.md#fork-choice-poisoning
|
# https://github.com/ethereum/consensus-specs/blob/v1.1.10/sync/optimistic.md#fork-choice-poisoning
|
||||||
safeSlotsToImportOptimistically* {.
|
safeSlotsToImportOptimistically* {.
|
||||||
hidden
|
hidden
|
||||||
|
|
Loading…
Reference in New Issue