diff --git a/specs/protocol/holocene/exec-engine.md b/specs/protocol/holocene/exec-engine.md index 9c80f14d6..3d711a515 100644 --- a/specs/protocol/holocene/exec-engine.md +++ b/specs/protocol/holocene/exec-engine.md @@ -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