Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 4421608

Browse files
author
Joonas Koivunen
committed
doc: remove out of date fetch_and_cat comment
1 parent 12187bf commit 4421608

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

examples/fetch_and_cat.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ use tokio::io::AsyncWriteExt;
99
async fn main() {
1010
tracing_subscriber::fmt::init();
1111

12-
// This example attempts to fetch a CID provided at command line. It is expected to be used by
13-
// either:
14-
//
15-
// - connecting another ipfs peer to it
16-
// - be given the other peers address as the last argument
17-
//
18-
// The other connecting or connected peer must be providing the requested CID or this will hang
19-
// forever.
20-
2112
let (bootstrappers, path, target) = match parse_options() {
2213
Ok(Some(tuple)) => tuple,
2314
Ok(None) => {

0 commit comments

Comments
 (0)