Skip to content

Commit

Permalink
Revert "core/types: remove superfluous todo-comment (ethereum#27383)"
Browse files Browse the repository at this point in the history
This reverts commit 0ab863d.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent c0fe114 commit 5246d5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/types/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ type Header struct {

// ExcessDataGas was added by EIP-4844 and is ignored in legacy headers.
ExcessDataGas *big.Int `json:"excessDataGas" rlp:"optional"`

/*
TODO (MariusVanDerWijden) Add this field once needed
// Random was added during the merge and contains the BeaconState randomness
Random common.Hash `json:"random" rlp:"optional"`
*/
}

// field type overrides for gencodec
Expand Down

0 comments on commit 5246d5f

Please sign in to comment.