From 4b5297db0738306aceac6eb98a37b49e3e32eabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Wed, 18 Dec 2024 12:56:05 +0100 Subject: [PATCH] fix --- src/content/docs/en/developers/guides/running-a-scroll-node.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx index 911703a7..84138807 100644 --- a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx +++ b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx @@ -224,7 +224,7 @@ WARN [09-18|13:52:25.843] syncing pipeline step failed due to temporary error, r ### Limitations L1 follower nodes can reproduce the correct `state root` of L2 blocks. -However, currently not the derived `block hash` will not match the ones seen on other nodes or Scrollscan. +However, currently the derived `block hash` will not match the one seen on L2 follower nodes or Scrollscan. This is due to the fact that currently the header fields `difficulty` and `extraData` are not stored on DA but these fields are utilized by [Clique consensus](https://eips.ethereum.org/EIPS/eip-225) which is used by the Scroll protocol. This will be fixed in a future upgrade.