Skip to content

Commit

Permalink
Merge pull request #2220 from niuxiaojie89/feature/bump-version-to-1.5.1
Browse files Browse the repository at this point in the history
fix lint issue
  • Loading branch information
benbaley authored Dec 1, 2023
2 parents 5332e63 + e96503c commit 818cc0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/tracers/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ func (api *API) traceBlock(ctx context.Context, block *types.Block, config *Trac
// standardTraceBlockToFile configures a new tracer which uses standard JSON output,
// and traces either a full block or an individual transaction. The return value will
// be one filename per transaction traced.
//nolint:govet,goimports
func (api *API) standardTraceBlockToFile(ctx context.Context, block *types.Block, config *StdTraceConfig) ([]string, error) {
// If we're tracing a single transaction, make sure it's present
if config != nil && config.TxHash != (common.Hash{}) {
Expand Down

0 comments on commit 818cc0b

Please sign in to comment.