chore: rm unused dependencies from optimism crates (#14396)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
cakevm
2025-02-11 10:07:54 +01:00
committed by GitHub
parent ba8cec3550
commit 63bec101bf
5 changed files with 2 additions and 22 deletions

View File

@ -137,7 +137,7 @@ pub enum EthApiError {
/// This can happen if bytecode provided in an
/// [`AccountOverride`](alloy_rpc_types_eth::state::AccountOverride) is malformed, e.g. invalid
/// 7702 bytecode.
#[error("Invalide bytecode: {0}")]
#[error("Invalid bytecode: {0}")]
InvalidBytecode(String),
/// Evm precompile error
#[error("Revm precompile error: {0}")]