From 8a53469c43eb7bd27345710e4a0fe93826f70b3d Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 10 Apr 2020 20:23:31 +0300 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Raúl Kripalani --- gossipsub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossipsub.go b/gossipsub.go index e488ac2..dad8a3f 100644 --- a/gossipsub.go +++ b/gossipsub.go @@ -221,7 +221,7 @@ type GossipSubRouter struct { // threshold for peer score before we graylist the peer and silently ignore its RPCs graylistThreshold float64 - // threshold for media peer score before triggering opportunistic grafting + // threshold for median peer score before triggering opportunistic grafting opportunisticGraftThreshold float64 // whether to use flood publishing