Skip to content

Commit

Permalink
Move express lane start to after init
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-Wilson committed Jan 22, 2025
1 parent 8d907b2 commit 2e89467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions cmd/nitro/nitro.go
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ func mainImpl() int {
if err != nil {
log.Error("failed to create express lane service", "err", err)
}
execNode.Sequencer.StartExpressLaneService(ctx)
}

err = nil
Expand Down
2 changes: 0 additions & 2 deletions execution/gethexec/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1368,8 +1368,6 @@ func (s *Sequencer) Start(ctxIn context.Context) error {
return 0
})

s.StartExpressLaneService(ctxIn)

return nil
}

Expand Down

0 comments on commit 2e89467

Please sign in to comment.