Skip to content

Commit 4e26413

Browse files
authored
p2p/discover: fix typo in comments (#21554)
1 parent df219e2 commit 4e26413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/discover/table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ func (tab *Table) nextRevalidateTime() time.Duration {
377377
}
378378

379379
// copyLiveNodes adds nodes from the table to the database if they have been in the table
380-
// longer then minTableTime.
380+
// longer than seedMinTableTime.
381381
func (tab *Table) copyLiveNodes() {
382382
tab.mutex.Lock()
383383
defer tab.mutex.Unlock()

0 commit comments

Comments
 (0)