Skip to content

Commit

Permalink
Removal of discV5 close in sub networks
Browse files Browse the repository at this point in the history
  • Loading branch information
r4f4ss committed Sep 18, 2024
1 parent 145865d commit 68dbb1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/discover/portal_protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 68dbb1a

Please sign in to comment.