diff --git a/zebra-network/src/protocol/internal/request.rs b/zebra-network/src/protocol/internal/request.rs index 39fc436f..b5b18e9c 100644 --- a/zebra-network/src/protocol/internal/request.rs +++ b/zebra-network/src/protocol/internal/request.rs @@ -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`]. ///