core/types: remove superfluous todo-comment (#27383)

This commit is contained in:
Guillaume Ballet 2023-05-30 10:49:09 +02:00 committed by GitHub
parent c57b3436f4
commit 188817468e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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