mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
fix: keep original filename
This commit is contained in:
parent
86d6a68a61
commit
22d2a358e8
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ import (
|
|||
"github.com/ethereum/go-ethereum/params"
|
||||
)
|
||||
|
||||
//go:generate go run github.com/fjl/gencodec -type CallFrame -field-override CallFrameMarshaling -out gen_CallFrame_json.go
|
||||
//go:generate go run github.com/fjl/gencodec -type CallFrame -field-override CallFrameMarshaling -out gen_callFrame_json.go
|
||||
|
||||
func init() {
|
||||
tracers.DefaultDirectory.Register("callTracer", newCallTracer, false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue