mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
p2p/discover: fix typo in comments (#21554)
This commit is contained in:
parent
0cc7aba2b7
commit
20066ac3d1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user