mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: move sync to p2p crate (#8389)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user