Skip to content

Commit

Permalink
eth/tracers/logger: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Dec 17, 2024
1 parent 4074c07 commit 1e4038f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tracers/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func NewMarkdownLogger(cfg *Config, writer io.Writer) *mdLogger {
func (t *mdLogger) Hooks() *tracing.Hooks {
return &tracing.Hooks{
OnTxStart: t.OnTxStart,
OnSystemCallStartV2: t.OnTxStart,
OnSystemCallStartV2: t.OnSystemCallStart,
OnEnter: t.OnEnter,
OnExit: t.OnExit,
OnOpcode: t.OnOpcode,
Expand Down

0 comments on commit 1e4038f

Please sign in to comment.