From 4e2641319be2fd33a8cd61f0258456b7cef07957 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Fri, 11 Sep 2020 18:35:38 +0000 Subject: [PATCH] p2p/discover: fix typo in comments (#21554) --- p2p/discover/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/discover/table.go b/p2p/discover/table.go index 56ab9368a..d08f8a6c6 100644 --- a/p2p/discover/table.go +++ b/p2p/discover/table.go @@ -377,7 +377,7 @@ func (tab *Table) nextRevalidateTime() time.Duration { } // copyLiveNodes adds nodes from the table to the database if they have been in the table -// longer then minTableTime. +// longer than seedMinTableTime. func (tab *Table) copyLiveNodes() { tab.mutex.Lock() defer tab.mutex.Unlock()