Skip to content

Commit 2bf9548

Browse files
committed
Clean up comment. No functional change.
1 parent fcaa8cf commit 2bf9548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/gossipsub/src/peer_score.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ impl PeerScore {
291291
return report;
292292
};
293293

294-
// topic scores - accumulate weighted contributions per P, including topic weight.
294+
// topic scores
295295
for (topic, topic_stats) in peer_stats.topics.iter() {
296296
// topic parameters
297297
if let Some(topic_params) = self.params.topics.get(topic) {

0 commit comments

Comments
 (0)