Skip to content

Commit

Permalink
chore: re-export reth-consensus (#10782)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Sep 9, 2024
1 parent cb0625c commit 8296fcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/reth/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down

0 comments on commit 8296fcc

Please sign in to comment.