Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinod Damle committed Sep 27, 2024
1 parent ceb9725 commit eab4f18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs/protocol/holocene/exec-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ After the Holocene hardfork's activation, the L2 block header's `withdrawalsRoot
insertions and deletions have been applied to the trie. In other words, the storage root should be the same root
that is returned by `eth_getProof` at the given block number.

For an accurate storage root to be determined, the block state has to be committed first and only then, the `withdrawalsRoot`
can be set accurately. Hence the `withdrawalsRoot` attribute should be set right after setting the state root attribute in the
header.
For an accurate storage root to be determined, the block state has to be committed first and only then, the
`withdrawalsRoot` can be set accurately. Hence the `withdrawalsRoot` attribute should be set right after setting
the state root attribute in the header.

### Timestamp Activation

Expand Down

0 comments on commit eab4f18

Please sign in to comment.