We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df219e2 commit 4e26413Copy full SHA for 4e26413
p2p/discover/table.go
@@ -377,7 +377,7 @@ func (tab *Table) nextRevalidateTime() time.Duration {
377
}
378
379
// copyLiveNodes adds nodes from the table to the database if they have been in the table
380
-// longer then minTableTime.
+// longer than seedMinTableTime.
381
func (tab *Table) copyLiveNodes() {
382
tab.mutex.Lock()
383
defer tab.mutex.Unlock()
0 commit comments