docs: comment on Ipfs::resolve_ipns current limitations
Signed-off-by: ljedrz <ljedrz@gmail.com>
This commit is contained in:
parent
af7d88b421
commit
c676074046
@ -615,7 +615,7 @@ impl<Types: IpfsTypes> Ipfs<Types> {
|
||||
.await
|
||||
}
|
||||
|
||||
/// Resolves a ipns path to an ipld path.
|
||||
/// Resolves a ipns path to an ipld path; currently only supports dnslink resolution.
|
||||
pub async fn resolve_ipns(&self, path: &IpfsPath, recursive: bool) -> Result<IpfsPath, Error> {
|
||||
async move {
|
||||
let ipns = self.ipns();
|
||||
|
Loading…
Reference in New Issue
Block a user