chore: re-export reth-consensus (#10782)

This commit is contained in:
Oliver
2024-09-09 15:27:11 +02:00
committed by GitHub
parent cb0625c391
commit 8296fcc295

View File

@ -114,6 +114,11 @@ pub mod blockchain_tree {
pub use reth_blockchain_tree::*;
}
/// Re-exported from `reth_consensus`.
pub mod consensus {
pub use reth_consensus::*;
}
/// Re-exported from `reth_consensus_common`.
pub mod consensus_common {
pub use reth_consensus_common::*;