Skip to content

Commit

Permalink
Update swarm/src/behaviour.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Max Inden <mail@max-inden.de>
  • Loading branch information
dvc94ch and mxinden committed Mar 22, 2021
1 parent d12df7b commit 167c666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub trait NetworkBehaviour: Send + 'static {
fn inject_new_listen_addr(&mut self, _id: ListenerId, _addr: &Multiaddr) {
}

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

0 comments on commit 167c666

Please sign in to comment.