Unverified Commit 4e264131 authored by Guillaume Ballet's avatar Guillaume Ballet Committed by GitHub

p2p/discover: fix typo in comments (#21554)

parent df219e23
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment