From 50d1961e52555502b7b8b20abb42264762dd3d53 Mon Sep 17 00:00:00 2001 From: terence Date: Thu, 15 Feb 2024 10:59:05 -0800 Subject: [PATCH] Remove safe slots to import flag (#13624) --- cmd/beacon-chain/flags/base.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/beacon-chain/flags/base.go b/cmd/beacon-chain/flags/base.go index 4b59866d8c43..287d5efe9a92 100644 --- a/cmd/beacon-chain/flags/base.go +++ b/cmd/beacon-chain/flags/base.go @@ -142,12 +142,6 @@ var ( Usage: "The percentage of freshly allocated data to live data on which the gc will be run again.", Value: 100, } - // SafeSlotsToImportOptimistically is deprecated. It should be removed in the next major release. - SafeSlotsToImportOptimistically = &cli.IntFlag{ - Name: "safe-slots-to-import-optimistically", - Usage: "DEPRECATED. DO NOT USE", - Hidden: true, - } // SlotsPerArchivedPoint specifies the number of slots between the archived points, to save beacon state in the cold // section of beaconDB. SlotsPerArchivedPoint = &cli.IntFlag{