From 75586e3fcbacacd3da70d553dfaae4d5ffe61ecc Mon Sep 17 00:00:00 2001 From: nk_ysg Date: Tue, 10 Sep 2024 00:49:48 +0800 Subject: [PATCH] fix(reth-primitives-traits): removes todo (#10789) --- crates/primitives-traits/src/constants/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/primitives-traits/src/constants/mod.rs b/crates/primitives-traits/src/constants/mod.rs index 8da0bd331..ed5c893dd 100644 --- a/crates/primitives-traits/src/constants/mod.rs +++ b/crates/primitives-traits/src/constants/mod.rs @@ -32,8 +32,6 @@ pub const EPOCH_DURATION: Duration = Duration::from_secs(12 * EPOCH_SLOTS); pub const BEACON_NONCE: u64 = 0u64; /// The default Ethereum block gas limit. -// TODO: This should be a chain spec parameter. -/// See . pub const ETHEREUM_BLOCK_GAS_LIMIT: u64 = 30_000_000; /// The minimum tx fee below which the txpool will reject the transaction.