docs: comment on Ipfs::resolve_ipns current limitations

Signed-off-by: ljedrz <ljedrz@gmail.com>
This commit is contained in:
ljedrz 2020-09-22 11:39:59 +02:00
parent af7d88b421
commit c676074046

View File

@ -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();