Skip to content

Commit

Permalink
core/types: remove superfluous todo-comment (ethereum#27383)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored and MoonShiesty committed Aug 30, 2023
1 parent 9549e80 commit e496937
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/types/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ 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 e496937

Please sign in to comment.