Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Jul 18, 2023
1 parent bb06ec6 commit f56422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rpcdaemon/commands/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (api *PrivateDebugAPIImpl) traceBlock(ctx context.Context, blockNrOrHash rp
config.BorTraceEnabled = newBoolPtr(false)
}

chainConfig, err = api.chainConfig(tx)
chainConfig, _ = api.chainConfig(tx)
engine := api.engine()

_, blockCtx, _, ibs, _, err := transactions.ComputeTxEnv(ctx, engine, block, chainConfig, api._blockReader, tx, 0, api.historyV3(tx))
Expand Down

0 comments on commit f56422b

Please sign in to comment.