Skip to content

Commit

Permalink
Update src/client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Zwoliński <[email protected]>
  • Loading branch information
oblique and zvolin authored Jan 16, 2024
1 parent 76c3d07 commit 1cb097b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)) => {
Expand Down

0 comments on commit 1cb097b

Please sign in to comment.