From 07ee59c4ef30253dcf9228ad7cc98142600da55b Mon Sep 17 00:00:00 2001 From: Arun Dhyani Date: Tue, 20 Feb 2024 13:46:49 +0530 Subject: [PATCH] added tracer to missing stages --- turbo/stages/stageloop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo/stages/stageloop.go b/turbo/stages/stageloop.go index 0f769c1ae1d..32714a5c525 100644 --- a/turbo/stages/stageloop.go +++ b/turbo/stages/stageloop.go @@ -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,