mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
Removal of discV5 close in sub networks
This commit is contained in:
parent
145865d3c3
commit
68dbb1a6b2
1 changed files with 0 additions and 1 deletions
|
|
@ -265,7 +265,6 @@ func (p *PortalProtocol) Start() error {
|
|||
func (p *PortalProtocol) Stop() {
|
||||
p.cancelCloseCtx()
|
||||
p.table.close()
|
||||
p.DiscV5.Close()
|
||||
err := p.utp.Close()
|
||||
if err != nil {
|
||||
p.Log.Error("failed to close utp listener", "err", err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue