Skip to content

Commit

Permalink
fix after merging main
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Jun 21, 2024
1 parent 1a9eff1 commit 468f01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-willow/src/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ mod tests {
.alpns(vec![ALPN.to_vec()])
.bind(0)
.await?;
let addr = ep.my_addr().await?;
let addr = ep.node_addr().await?;
let node_id = ep.node_id();
Ok((ep, node_id, addr))
}
Expand Down

0 comments on commit 468f01a

Please sign in to comment.