Skip to content

Commit

Permalink
Update src/client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mikołaj Florkiewicz <[email protected]>
  • Loading branch information
oblique and fl0rek authored Jan 30, 2024
1 parent 808283d commit efeb904
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 @@ -200,7 +200,7 @@ where
// Schedule an asynchronous get from the blockstore. The result will be provided
// from `poll` and if CID is missing `poll` will query the network.
Some(cid) => self.schedule_store_get(query_id, cid),
// In failure to convert CID an event with the error will be given to
// If CID conversion fails, an event with the error will be given to
// the requestor on the next `poll`.
None => {
self.queue
Expand Down

0 comments on commit efeb904

Please sign in to comment.