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()