forked from cerc-io/plugeth
core/types: remove superfluous todo-comment (#27383)
This commit is contained in:
parent
c57b3436f4
commit
188817468e
@ -87,12 +87,6 @@ type Header struct {
|
|||||||
|
|
||||||
// ExcessDataGas was added by EIP-4844 and is ignored in legacy headers.
|
// ExcessDataGas was added by EIP-4844 and is ignored in legacy headers.
|
||||||
ExcessDataGas *big.Int `json:"excessDataGas" rlp:"optional"`
|
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
|
// field type overrides for gencodec
|
||||||
|
Loading…
Reference in New Issue
Block a user