mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 14:33:52 +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() {
|
func (p *PortalProtocol) Stop() {
|
||||||
p.cancelCloseCtx()
|
p.cancelCloseCtx()
|
||||||
p.table.close()
|
p.table.close()
|
||||||
p.DiscV5.Close()
|
|
||||||
err := p.utp.Close()
|
err := p.utp.Close()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
p.Log.Error("failed to close utp listener", "err", err)
|
p.Log.Error("failed to close utp listener", "err", err)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue