Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Aug 7, 2024
1 parent 2b5fa8c commit c5a0bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod/consensus-types/pkg/types/payload_header.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func (
// GetFeeRecipient returns the fee recipient address of the
// ExecutionPayloadHeader.
//
//nolint:lll // long variable names.

func (h *ExecutionPayloadHeader) GetFeeRecipient() common.ExecutionAddress {
return h.FeeRecipient
}
Expand Down
2 changes: 1 addition & 1 deletion mod/node-api/handlers/proof/types/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type ExecutionFeeRecipientResponse[BeaconBlockHeaderT any] struct {

// ExecutionFeeRecipient is the fee recipient from the execution payload.
//
//nolint:lll // json tag.

ExecutionFeeRecipient common.ExecutionAddress `json:"execution_fee_recipient"`

// ExecutionFeeRecipientProof can be verified against the beacon block root
Expand Down

0 comments on commit c5a0bef

Please sign in to comment.