Skip to content

Commit

Permalink
eth/tracers: make js calltracer default, compatible with old version
Browse files Browse the repository at this point in the history
Signed-off-by: wenbiao <[email protected]>
  • Loading branch information
rigsec committed Dec 10, 2021
1 parent ce02ae5 commit 85ef42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eth/tracers/js/internal/tracers/assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eth/tracers/native/call.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

func init() {
register("callTracer", newCallTracer)
register("callTracerNative", newCallTracer)
}

type callFrame struct {
Expand Down

0 comments on commit 85ef42c

Please sign in to comment.