reth
reth copied to clipboard
Move HeaderSyncGap type
trafficstars
Describe the feature
This type doesn't quite belong here:
https://github.com/paradigmxyz/reth/blob/9526849c143a4298b014aa0a44301da71cb14021/crates/storage/provider/src/traits/header_sync_gap.rs#L8-L27
and should be moved next to:
https://github.com/paradigmxyz/reth/blob/9526849c143a4298b014aa0a44301da71cb14021/crates/net/p2p/src/headers/downloader.rs#L47-L47
TODO
- move struct
- update imports where this is used
Additional context
No response