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 <matthias.seitz@outlook.de>
  • Loading branch information
2 people authored and ebo committed Oct 14, 2024
1 parent e2e9f7d commit c9ad5bb
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 c9ad5bb

Please sign in to comment.