From 7d42c637901f6b6314bb7a2a7a55a9eeab6709d2 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 19 Nov 2020 15:17:03 -0300 Subject: [PATCH] fix comment --- zebra-network/src/protocol/internal/request.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-network/src/protocol/internal/request.rs b/zebra-network/src/protocol/internal/request.rs index 39fc436ff..b5b18e9cd 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`]. ///