Skip to content

Commit

Permalink
Fix nil message on pubsub for header (#14917)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Feb 12, 2025
1 parent 7ccec2e commit fc26353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon-chain/sync/execution_payload_header.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ func (s *Service) validateExecutionPayloadHeader(ctx context.Context, pid peer.I
return pubsub.ValidationReject, err
}

msg.ValidatorData = signedHeader

return pubsub.ValidationAccept, nil
}

Expand Down

0 comments on commit fc26353

Please sign in to comment.