diff --git a/docs/base-chain/specs/protocol/consensus/p2p.mdx b/docs/base-chain/specs/protocol/consensus/p2p.mdx index 05b7df8b1..160bc19ca 100644 --- a/docs/base-chain/specs/protocol/consensus/p2p.mdx +++ b/docs/base-chain/specs/protocol/consensus/p2p.mdx @@ -278,7 +278,6 @@ An [extended-validator] checks the incoming messages as follows, in order of ope (graceful boundary for worst-case propagation and clock skew) - `[REJECT]` if the `payload.timestamp` is more than 5 seconds into the future - `[REJECT]` if the `block_hash` in the `payload` is not valid -- `[REJECT]` if the block is on the V1 topic and has withdrawals - `[REJECT]` if the block is on the V1 topic and has a withdrawals list - `[REJECT]` if the block is on a `topic >= V2` and does not have an empty withdrawals list - `[REJECT]` if the block is on a `topic <= V2` and has a blob gas-used value set