Skip to content

Commit

Permalink
eth/tracers: rm the flatCall's notused CreationMethod
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa committed Oct 2, 2024
1 parent 84a8021 commit 2792a54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion eth/tracers/native/call_flat.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ type flatCallAction struct {
SelfDestructed *common.Address `json:"address,omitempty"`
Balance *big.Int `json:"balance,omitempty"`
CallType string `json:"callType,omitempty"`
CreationMethod string `json:"creationMethod,omitempty"`
From *common.Address `json:"from,omitempty"`
Gas *uint64 `json:"gas,omitempty"`
Init *[]byte `json:"init,omitempty"`
Expand Down
6 changes: 0 additions & 6 deletions eth/tracers/native/gen_flatcallaction_json.go

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

0 comments on commit 2792a54

Please sign in to comment.