Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliyb committed Nov 21, 2024
1 parent c00bb1a commit f265757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/evm/jsonrpc/trace_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func isPrecompiled(address *common.Address) bool {
return ok
}

//nolint:funlen
func parseTraceInternal(debugTrace CallFrame, blockHash *common.Hash, blockNumber uint64, txHash *common.Hash, txPosition uint64, traceAddress []int) ([]*Trace, uint64) {

Check failure on line 87 in packages/evm/jsonrpc/trace_block.go

View workflow job for this annotation

GitHub Actions / Lint

parseTraceInternal - result 1 (uint64) is never used (unparam)
traceResult := make([]*Trace, 0)

Expand Down

0 comments on commit f265757

Please sign in to comment.