diff --git a/bin/reth/src/lib.rs b/bin/reth/src/lib.rs index 654ac1201a94..452d10a23d60 100644 --- a/bin/reth/src/lib.rs +++ b/bin/reth/src/lib.rs @@ -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::*;