Skip to content

Commit

Permalink
Merge branch 'master' of github.com:libp2p/rust-libp2p into add-upnp-…
Browse files Browse the repository at this point in the history
…protocol
  • Loading branch information
jxs committed Jul 7, 2023
2 parents 0eb75da + b6b8844 commit 3f3f745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ where
&self.local_peer_id
}

/// TODO
/// List all **confirmed** external address for the local node.
pub fn external_addresses(&self) -> impl Iterator<Item = &Multiaddr> {
self.confirmed_external_addr.iter()
}
Expand Down

0 comments on commit 3f3f745

Please sign in to comment.