mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "core/types: remove superfluous todo-comment (#27383)"
This reverts commit 0ab863d79f.
This commit is contained in:
parent
352d68eecc
commit
34bf0339f3
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue