Skip to content

Commit

Permalink
chore: fix symbol error
Browse files Browse the repository at this point in the history
Signed-off-by: xixishidibei <[email protected]>
  • Loading branch information
xixishidibei committed Sep 18, 2024
1 parent 301bdde commit 9e950d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/src/net/default_backend/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ where
}
}

// If the peer was previously disconnected by us, the `peers' will be empty.
// If the peer was previously disconnected by us, the `peers` will be empty.
// `ConnectionClosed` should be ignored in such case.
if self.peers.contains_key(&peer_id) {
self.destroy_peer(peer_id)?;
Expand Down

0 comments on commit 9e950d2

Please sign in to comment.