chore: move sync to p2p crate (#8389)

This commit is contained in:
Matthias Seitz
2024-05-24 14:14:23 +02:00
committed by GitHub
parent 91f288d485
commit 4ee75d57ad
5 changed files with 4 additions and 4 deletions

View File

@ -38,6 +38,9 @@ pub mod error;
/// Priority enum for BlockHeader and BlockBody requests
pub mod priority;
/// Syncing related traits.
pub mod sync;
/// Common test helpers for mocking out Consensus, Downloaders and Header Clients.
#[cfg(any(test, feature = "test-utils"))]
pub mod test_utils;