From 06da9f4868e59806c62fa65cd3a4112e8e0857f6 Mon Sep 17 00:00:00 2001 From: tersec Date: Wed, 13 Apr 2022 09:14:00 +0000 Subject: [PATCH] remove proposer boosting option (always enabled now) (#3586) --- beacon_chain/conf.nim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index d20f38721..01597004a 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -505,12 +505,6 @@ type defaultValue: false 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 safeSlotsToImportOptimistically* {. hidden