Skip to content

Commit

Permalink
Update mev-build-rs/src/reth_builder/error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes authored Oct 6, 2023
1 parent 422221a commit 1edc929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mev-build-rs/src/reth_builder/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub enum Error {
#[error(transparent)]
Reth(#[from] RethError),
#[error("evm execution error: {0:?}")]
Execution(EVMError<reth_interfaces::RethError>),
Execution(EVMError<RethError>),
#[error("{0}")]
Internal(&'static str),
}

0 comments on commit 1edc929

Please sign in to comment.