diff --git a/p2p/cuprate-p2p/src/block_downloader.rs b/p2p/cuprate-p2p/src/block_downloader.rs index 011a4670..337d8e15 100644 --- a/p2p/cuprate-p2p/src/block_downloader.rs +++ b/p2p/cuprate-p2p/src/block_downloader.rs @@ -230,7 +230,7 @@ impl Ord for ReadyQueueBatch { /// - request the next chain entry /// - download an already requested batch of blocks (this might happen due to an error in the previous request /// or because the queue of ready blocks is too large, so we need the oldest block to clear it). -struct BlockDownloader { +pub struct BlockDownloader { /// The client pool. client_pool: Arc>,