fix comment

This commit is contained in:
Alfredo Garcia 2020-11-19 15:17:03 -03:00 committed by Henry de Valence
parent 486e55104a
commit 7d42c63790
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ pub enum Request {
///
/// This is implemented by sending an `inv` message containing the
/// block hash, allowing the remote peer to choose whether to download
/// it. Remote peers who choose to download the transaction will generate a
/// it. Remote peers who choose to download the block will generate a
/// [`Request::BlocksByHash`] against the "inbound" service passed to
/// [`zebra_network::init`].
///