diff --git a/http/src/v0/dag.rs b/http/src/v0/dag.rs index b6be512f..460e053f 100644 --- a/http/src/v0/dag.rs +++ b/http/src/v0/dag.rs @@ -83,7 +83,9 @@ pub fn resolve( #[derive(Debug, Deserialize)] struct ResolveOptions { arg: String, - cid_base: Option, + // with local_resolve, we should not start to fetch the block ever, this is available in + // (js-)ipfs-http-client >= 44.0.0 and the last failing test. + // TODO: #[serde(rename = "localResolve")] local_resolve: bool } async fn inner_resolve(