Skip to content

Commit

Permalink
Remove safe slots to import flag (#13624)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Feb 15, 2024
1 parent 0dfe19c commit 50d1961
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/beacon-chain/flags/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 50d1961

Please sign in to comment.