Skip to content

Commit c291a65

Browse files
committed
remove dup IsOperatorFeeFix
1 parent a75900f commit c291a65

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

params/config.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -898,12 +898,6 @@ func (c *ChainConfig) IsOptimismJovian(time uint64) bool {
898898
return c.IsOptimism() && c.IsJovian(time)
899899
}
900900

901-
// IsOperatorFeeFix returns true if the operator fee fix feature is active.
902-
// TODO(fakedev9999): decouple from Jovian activation by wiring this into an explicit feature toggle.
903-
func (c *ChainConfig) IsOperatorFeeFix(time uint64) bool {
904-
return c.IsOptimismJovian(time)
905-
}
906-
907901
// IsOptimismPreBedrock returns true iff this is an optimism node & bedrock is not yet active
908902
func (c *ChainConfig) IsOptimismPreBedrock(num *big.Int) bool {
909903
return c.IsOptimism() && !c.IsBedrock(num)

0 commit comments

Comments
 (0)