fix(reth-primitives-traits): removes todo (#10789)

This commit is contained in:
nk_ysg
2024-09-10 00:49:48 +08:00
committed by GitHub
parent afdaf156ae
commit 75586e3fcb

View File

@ -32,8 +32,6 @@ pub const EPOCH_DURATION: Duration = Duration::from_secs(12 * EPOCH_SLOTS);
pub const BEACON_NONCE: u64 = 0u64; pub const BEACON_NONCE: u64 = 0u64;
/// The default Ethereum block gas limit. /// The default Ethereum block gas limit.
// TODO: This should be a chain spec parameter.
/// See <https://github.com/paradigmxyz/reth/issues/3233>.
pub const ETHEREUM_BLOCK_GAS_LIMIT: u64 = 30_000_000; pub const ETHEREUM_BLOCK_GAS_LIMIT: u64 = 30_000_000;
/// The minimum tx fee below which the txpool will reject the transaction. /// The minimum tx fee below which the txpool will reject the transaction.