chore: moving header sync gap provider to storage api crate (#15921)

This commit is contained in:
Ayush Dubey
2025-04-25 14:23:40 +05:30
committed by GitHub
parent e0a300ea07
commit f3b2e4fcd0
3 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;