Skip to content

Commit

Permalink
Added InternalBlockExecutionError to execute.rs exports (paradigmxyz#…
Browse files Browse the repository at this point in the history
…11525)

Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
debjit-bw and mattsse authored Oct 8, 2024
1 parent ece894b commit a2cfa9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/evm/src/execute.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//! Traits for execution.
// Re-export execution types
pub use reth_execution_errors::{BlockExecutionError, BlockValidationError};
pub use reth_execution_errors::{
BlockExecutionError, BlockValidationError, InternalBlockExecutionError,
};
pub use reth_execution_types::{BlockExecutionInput, BlockExecutionOutput, ExecutionOutcome};
pub use reth_storage_errors::provider::ProviderError;

Expand Down

0 comments on commit a2cfa9e

Please sign in to comment.