Skip to content

Commit

Permalink
Remove deprecated late reorg flag
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed Jan 26, 2024
1 parent 59b310a commit ccddb20
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/features/deprecated_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ var (
Usage: deprecatedUsage,
Hidden: true,
}
deprecatedEnableReorgLateBlocks = &cli.BoolFlag{
Name: "enable-reorg-late-blocks",
Usage: deprecatedUsage,
Hidden: true,
}
deprecatedDisableGossipBatchAggregation = &cli.BoolFlag{
Name: "disable-gossip-batch-aggregation",
Usage: deprecatedUsage,
Expand Down Expand Up @@ -74,7 +69,6 @@ var (
var deprecatedFlags = []cli.Flag{
exampleDeprecatedFeatureFlag,
deprecatedDisableVecHTR,
deprecatedEnableReorgLateBlocks,
deprecatedDisableGossipBatchAggregation,
deprecatedBuildBlockParallel,
deprecatedEnableRegistrationCache,
Expand Down

0 comments on commit ccddb20

Please sign in to comment.