diff --git a/crates/primitives-traits/src/constants/mod.rs b/crates/primitives-traits/src/constants/mod.rs index 8da0bd331e..ed5c893dd6 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.