Skip to content

Commit

Permalink
Update protocols/gossipsub/src/behaviour.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Oliveira <hello@jxs.pt>
  • Loading branch information
AgeManning and jxs authored Jan 22, 2024
1 parent 7b4c1f9 commit 83e4458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/gossipsub/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@ where
}
}

// remove unsubscribed peers from the mesh if it exists
// remove unsubscribed peers from the mesh and fanout if it they exist there.
for (peer_id, topic_hash) in unsubscribed_peers {
self.fanout
.get_mut(&topic_hash)
Expand Down

0 comments on commit 83e4458

Please sign in to comment.