good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 4e264131 authored by Guillaume Ballet's avatar Guillaume Ballet Committed by GitHub
Browse files

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

parent df219e23
No related branches found
No related tags found
No related merge requests found
...@@ -377,7 +377,7 @@ func (tab *Table) nextRevalidateTime() time.Duration { ...@@ -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 // 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() { func (tab *Table) copyLiveNodes() {
tab.mutex.Lock() tab.mutex.Lock()
defer tab.mutex.Unlock() defer tab.mutex.Unlock()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment