mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 08:37:59 -05:00
chore: remove useless non exhaustive (#10865)
This commit is contained in:
@@ -35,7 +35,6 @@ pub mod eip6110;
|
||||
|
||||
/// Ethereum-related EVM configuration.
|
||||
#[derive(Debug, Clone)]
|
||||
#[non_exhaustive]
|
||||
pub struct EthEvmConfig {
|
||||
chain_spec: Arc<ChainSpec>,
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ use revm_primitives::{Bytes, Env, OptimismFields, TxKind};
|
||||
|
||||
/// Optimism-related EVM configuration.
|
||||
#[derive(Debug, Clone)]
|
||||
#[non_exhaustive]
|
||||
pub struct OptimismEvmConfig {
|
||||
chain_spec: Arc<OpChainSpec>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user