Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureSeeker987 authored Apr 21, 2024
1 parent 31457f6 commit 47055b1
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 @@ -1147,7 +1147,7 @@ where
addrs
};

// If address translation yielded nothing, broacast the original candidate address.
// If address translation yielded nothing, broadcast the original candidate address.
if translated_addresses.is_empty() {
self.behaviour
.on_swarm_event(FromSwarm::NewExternalAddrCandidate(
Expand Down

0 comments on commit 47055b1

Please sign in to comment.