This commit is contained in:
Boog900 2024-10-03 21:56:42 +01:00
parent 4af0f896b0
commit 6702dbee11
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -1,6 +1,6 @@
//! # Block Downloader
//!
//! This module contains the [`BlockDownloader`], which finds a chain to
//! This module contains the block downloader, which finds a chain to
//! download from our connected peers and downloads it. See the actual
//! `struct` documentation for implementation details.
//!