From 31dd1334e6ef470efcf211bf48f4be1ee8499e59 Mon Sep 17 00:00:00 2001 From: georgehao Date: Mon, 11 Aug 2025 16:42:50 +0800 Subject: [PATCH] docs: remove deprecated difficulty check comment (#17781) --- crates/ethereum/consensus/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/ethereum/consensus/src/lib.rs b/crates/ethereum/consensus/src/lib.rs index a017220489..621a69f88b 100644 --- a/crates/ethereum/consensus/src/lib.rs +++ b/crates/ethereum/consensus/src/lib.rs @@ -220,8 +220,6 @@ where validate_against_parent_timestamp(header.header(), parent.header())?; - // TODO Check difficulty increment between parent and self - // Ace age did increment it by some formula that we need to follow. self.validate_against_parent_gas_limit(header, parent)?; validate_against_parent_eip1559_base_fee(