mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
fix(reth-primitives-traits): removes todo (#10789)
This commit is contained in:
@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user