mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Co-authored-by: Gealber Morales <48373523+Gealber@users.noreply.github.com>
This commit is contained in:
parent
164933d316
commit
577a8a0376
1 changed files with 2 additions and 0 deletions
|
|
@ -458,7 +458,9 @@ func (tab *Table) loadSeedNodes() {
|
|||
addr, _ := seed.UDPEndpoint()
|
||||
tab.log.Trace("Found seed node in database", "id", seed.ID(), "addr", addr, "age", age)
|
||||
}
|
||||
tab.mutex.Lock()
|
||||
tab.handleAddNode(addNodeOp{node: seed, isInbound: false})
|
||||
tab.mutex.Unlock()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue