We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8485a94 commit ebeca73Copy full SHA for ebeca73
src/app/docs/quickstart/page.mdx
@@ -90,7 +90,7 @@ async fn main() -> anyhow::Result<()> {
90
// We initialize an in-memory backing store for iroh-blobs
91
let store = MemStore::new();
92
// Then we initialize a struct that can accept blobs requests over iroh connections
93
- let blobs = BlobsProtocol::new(&store, endpoint.clone(), None);
+ let blobs = BlobsProtocol::new(&store, None);
94
95
// ...
96
0 commit comments