chore: rm reth-interfaces from beacon (#8456)

This commit is contained in:
Matthias Seitz
2024-05-29 11:59:00 +02:00
committed by GitHub
parent dd2113173e
commit efccfbfc65
13 changed files with 35 additions and 33 deletions

View File

@ -17,7 +17,7 @@ pub use error::{RethError, RethResult};
pub use reth_blockchain_tree_api::error::{BlockchainTreeError, CanonicalError};
pub use reth_consensus::ConsensusError;
pub use reth_execution_errors::BlockExecutionError;
pub use reth_execution_errors::{BlockExecutionError, BlockValidationError};
pub use reth_storage_errors::{
db::DatabaseError,
provider::{ProviderError, ProviderResult},