Skip to content

Commit

Permalink
remove EVMError #[from]
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Nov 13, 2024
1 parent 03b0ca4 commit 6fa91e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/executor/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub enum ExecutorError {
TrieDBError(#[from] TrieDBError),
/// Execution error.
#[error("Execution error: {0}")]
ExecutionError(#[from] EVMError<TrieDBError>),
ExecutionError(EVMError<TrieDBError>),
/// Signature error.
#[error("Signature error: {0}")]
SignatureError(alloy_primitives::SignatureError),
Expand Down

0 comments on commit 6fa91e0

Please sign in to comment.