From 34bf0339f3f1df72707e2c9d2afe51e7103dac22 Mon Sep 17 00:00:00 2001 From: devopsbo3 <69951731+devopsbo3@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:27:53 -0600 Subject: [PATCH] Revert "core/types: remove superfluous todo-comment (#27383)" This reverts commit 0ab863d79f7350a0cb76ae0d4038585886f70c93. --- core/types/block.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/types/block.go b/core/types/block.go index 58ea81676a..a1a14f5b16 100644 --- a/core/types/block.go +++ b/core/types/block.go @@ -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