From e02b3472aada3b89e3314f653f65b95773ffabd4 Mon Sep 17 00:00:00 2001 From: nisdas Date: Mon, 7 Feb 2022 19:40:02 +0800 Subject: [PATCH] Modify comment --- gossipsub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossipsub.go b/gossipsub.go index 1b16993f..2e92d35c 100644 --- a/gossipsub.go +++ b/gossipsub.go @@ -1093,7 +1093,7 @@ func (gs *GossipSubRouter) Leave(topic string) { gs.sendPrune(p, topic) // Add a backoff to this peer to prevent us from eagerly // re-grafting this peer into our mesh if we rejoin this - // topic before the backoff period. + // topic before the backoff period ends. gs.addBackoff(p, topic) } }