From 8c10c9daac998c11034fa8a791f654e1d9ce19fa Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 27 Apr 2026 22:24:35 +0200 Subject: [PATCH] iroh::NodeAddr renamed to iroh::EndpointAddr --- src/imex/transfer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imex/transfer.rs b/src/imex/transfer.rs index 8a4b9115d..b9a32a2fd 100644 --- a/src/imex/transfer.rs +++ b/src/imex/transfer.rs @@ -351,7 +351,7 @@ pub async fn get_backup2( /// This is a long running operation which will return only when completed. /// /// Using [`Qr`] as argument is a bit odd as it only accepts specific variant of it. It -/// does avoid having [`iroh::NodeAddr`] in the primary API however, without +/// does avoid having [`iroh::EndpointAddr`] in the primary API however, without /// having to revert to untyped bytes. pub async fn get_backup(context: &Context, qr: Qr) -> Result<()> { match qr {