mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
Moves code walkthrough book chapters to docs (#629)
* replaced template blocks with code blocks in stages chapter * replaced template blocks with code blocks in network chapter * moved book sections to docs * fix indentation in recover_signer codeblock * remove unnecessary TODO comment in network.md
This commit is contained in:
@@ -12,7 +12,6 @@ use reth_primitives::{SealedHeader, H256};
|
||||
///
|
||||
/// A downloader represents a distinct strategy for submitting requests to download block headers,
|
||||
/// while a [HeadersClient] represents a client capable of fulfilling these requests.
|
||||
// ANCHOR: trait-HeaderDownloader
|
||||
#[auto_impl::auto_impl(&, Arc, Box)]
|
||||
pub trait HeaderDownloader: Downloader {
|
||||
/// Stream the headers
|
||||
@@ -24,7 +23,6 @@ pub trait HeaderDownloader: Downloader {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
// ANCHOR_END: trait-HeaderDownloader
|
||||
|
||||
/// Validate whether the header is valid in relation to it's parent
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user