mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-01 10:41:33 +00:00
fix: typo in ExternalAddresses::on_swarm_event
(#3297)
Fix typo `swarn` -> `swarm`.
This commit is contained in:
@ -323,7 +323,7 @@ impl NetworkBehaviour for Behaviour {
|
||||
}
|
||||
|
||||
fn on_swarm_event(&mut self, event: FromSwarm<Self::ConnectionHandler>) {
|
||||
self.external_addresses.on_swarn_event(&event);
|
||||
self.external_addresses.on_swarm_event(&event);
|
||||
|
||||
match event {
|
||||
FromSwarm::ConnectionEstablished(connection_established) => {
|
||||
|
Reference in New Issue
Block a user