Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eela Nagaraj committed Sep 19, 2023
1 parent b8b7702 commit a358ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tracers/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (api *API) traceChain(ctx context.Context, start, end *types.Block, config

// Celo addition, required for correct block randomness values when tracing.
// This is an optimization that prevents needing to regenerate and process
// all preceeding blocks for every single block when tracing on a full node;
// all preceding blocks for every single block when tracing on a full node;
// this is largely irrelevant when tracing on an archive node.
var baseStatedb *state.StateDB
if start.NumberU64() > 0 {
Expand Down

0 comments on commit a358ea9

Please sign in to comment.