mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: moving header sync gap provider to storage api crate (#15921)
This commit is contained in:
@@ -6,9 +6,6 @@ pub use reth_storage_api::*;
|
||||
mod block;
|
||||
pub use block::*;
|
||||
|
||||
mod header_sync_gap;
|
||||
pub use header_sync_gap::HeaderSyncGapProvider;
|
||||
|
||||
pub use reth_chainspec::ChainSpecProvider;
|
||||
|
||||
mod static_file_provider;
|
||||
|
||||
@@ -99,3 +99,6 @@ pub use block_writer::*;
|
||||
|
||||
mod state_writer;
|
||||
pub use state_writer::*;
|
||||
|
||||
mod header_sync_gap;
|
||||
pub use header_sync_gap::HeaderSyncGapProvider;
|
||||
|
||||
Reference in New Issue
Block a user