From faa0643b1686636c845b551b097a51c2e87b61d0 Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Wed, 17 Aug 2022 10:40:12 +0800 Subject: [PATCH] Remove Toggle (#11234) --- config/features/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/features/config.go b/config/features/config.go index 92bb3495e..9b081e91a 100644 --- a/config/features/config.go +++ b/config/features/config.go @@ -54,7 +54,6 @@ type Flags struct { DisableGRPCConnectionLogs bool // Disables logging when a new grpc client has connected. // Slasher toggles. - DisableLookback bool // DisableLookback updates slasher to not use the lookback and update validator histories until epoch 0. DisableBroadcastSlashings bool // DisableBroadcastSlashings disables p2p broadcasting of proposer and attester slashings. // Bug fixes related flags.