Skip to content

Commit

Permalink
Fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
obasekiosa committed Aug 7, 2024
1 parent 62e82af commit e9e1da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ func (h *Handler) TraceBlockTransactionsV0_6(ctx context.Context, id BlockID) ([

func (h *Handler) traceBlockTransactions(ctx context.Context, block *core.Block, v0_6Response bool, //nolint: gocyclo, funlen
) ([]TracedBlockTransaction, http.Header, *jsonrpc.Error) {

execStepsHeader := http.Header{}
execStepsHeader.Set(ExecutionStepsHeader, "0")

Expand Down

0 comments on commit e9e1da4

Please sign in to comment.