Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Mar 6, 2025
1 parent dd04ba0 commit 712ef6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consensus/merge/merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func (s *Merge) Finalize(config *chain.Config, header *types.Header, state *stat
// evaluation must be skipped to prevent accessing logs from an invalid receipt.
if rec == nil {
skipEvaluation = true
logger.Info("nil receipt found in block receipts, skipping evaluation")
break
}
allLogs = append(allLogs, rec.Logs...)
Expand Down

0 comments on commit 712ef6a

Please sign in to comment.