From 1cb097b1bf806695a61257f3acf7bb95f2cf8613 Mon Sep 17 00:00:00 2001 From: Yiannis Marangos Date: Tue, 16 Jan 2024 16:35:20 +0200 Subject: [PATCH] Update src/client.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maciej ZwoliƄski --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 225fa23..38ecb98 100644 --- a/src/client.rs +++ b/src/client.rs @@ -353,7 +353,7 @@ where )); } - // Blockstore doesn't have the data add CID in the wantlist. + // If blockstore doesn't have the data, add CID in the wantlist. // // Connection handlers will be informed via `update_handlers` about the new items in wantlist. TaskResult::Get(query_id, cid, Ok(None)) => {