Skip to content

Commit 3f3f745

Browse files
committed
Merge branch 'master' of github.com:libp2p/rust-libp2p into add-upnp-protocol
2 parents 0eb75da + b6b8844 commit 3f3f745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swarm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ where
536536
&self.local_peer_id
537537
}
538538

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

0 commit comments

Comments
 (0)