Skip to content

Commit 167c666

Browse files
dvc94chmxinden
andcommitted
Update swarm/src/behaviour.rs
Co-authored-by: Max Inden <[email protected]>
1 parent d12df7b commit 167c666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swarm/src/behaviour.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub trait NetworkBehaviour: Send + 'static {
155155
fn inject_new_listen_addr(&mut self, _id: ListenerId, _addr: &Multiaddr) {
156156
}
157157

158-
/// Indicates to the behaviour that a new multiaddr we were listening on has expired,
158+
/// Indicates to the behaviour that a multiaddr we were listening on has expired,
159159
/// which means that we are no longer listening in it.
160160
fn inject_expired_listen_addr(&mut self, _id: ListenerId, _addr: &Multiaddr) {
161161
}

0 commit comments

Comments
 (0)