Skip to content

Commit

Permalink
remove duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Feb 1, 2024
1 parent bac921c commit 60335ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rollup/internal/controller/relayer/l1_relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ func NewLayer1Relayer(ctx context.Context, db *gorm.DB, cfg *config.RelayerConfi

l1Relayer.metrics = initL1RelayerMetrics(reg)

if serviceType == ServiceTypeL1GasOracle {
go l1Relayer.handleGasOracleConfirmLoop(ctx)
}

switch serviceType {
case ServiceTypeL1GasOracle:
go l1Relayer.handleGasOracleConfirmLoop(ctx)
Expand Down

0 comments on commit 60335ab

Please sign in to comment.