mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-26 23:58:46 -05:00
chore: move hashing writer trait (#12597)
This commit is contained in:
@@ -17,9 +17,6 @@ pub use state::{StateChangeWriter, StateWriter};
|
||||
|
||||
pub use reth_chainspec::ChainSpecProvider;
|
||||
|
||||
mod hashing;
|
||||
pub use hashing::HashingWriter;
|
||||
|
||||
mod trie;
|
||||
pub use trie::{StorageTrieWriter, TrieWriter};
|
||||
|
||||
|
||||
@@ -60,5 +60,7 @@ pub mod noop;
|
||||
mod history;
|
||||
pub use history::*;
|
||||
|
||||
mod hashing;
|
||||
pub use hashing::*;
|
||||
mod stats;
|
||||
pub use stats::*;
|
||||
|
||||
Reference in New Issue
Block a user