From eab4f187ff34cc9f2633dbed0864b6630ca5e7a6 Mon Sep 17 00:00:00 2001 From: Vinod Damle Date: Sat, 28 Sep 2024 00:06:32 +0530 Subject: [PATCH] lint --- specs/protocol/holocene/exec-engine.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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