Skip to content

Commit

Permalink
added tracer to missing stages
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyaniarun1993 committed Feb 20, 2024
1 parent 8de8a48 commit 07ee59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/stages/stageloop.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ func NewPipelineStages(ctx context.Context,
nil,
controlServer.ChainConfig,
controlServer.Engine,
&vm.Config{},
&vm.Config{Tracer: tracer},
notifications.Accumulator,
cfg.StateStream,
/*stateStream=*/ false,
Expand Down

0 comments on commit 07ee59c

Please sign in to comment.