mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: re-export reth-consensus (#10782)
This commit is contained in:
@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user