Skip to content

Commit

Permalink
Merge branch 'feature/erigon-live-tracer-port' into feat/firehose-liv…
Browse files Browse the repository at this point in the history
…e-tracer
  • Loading branch information
dhyaniarun1993 committed Nov 7, 2023
2 parents 73931ad + 13ac227 commit 6766b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo/tracing/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import (

var (
TracerFlag = cli.StringFlag{
Name: "tracer",
Name: "vmtrace",
Usage: "Set the provider tracer",
}

TracerConfigFlag = cli.StringFlag{
Name: "tracer.config",
Name: "vmtrace.config",
Usage: "Set the config of the tracer",
}
)
Expand Down

0 comments on commit 6766b46

Please sign in to comment.