mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
eth/tracers/logger: fixup
This commit is contained in:
parent
4074c077f4
commit
1e4038f601
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue