Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
remove duplicate io.Closer on Network interface (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
YRXING authored Dec 16, 2021
1 parent 2711d5a commit a61ab2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ type Network interface {
// listens. It expands "any interface" addresses (/ip4/0.0.0.0, /ip6/::) to
// use the known local interfaces.
InterfaceListenAddresses() ([]ma.Multiaddr, error)

io.Closer
}

// Dialer represents a service that can dial out to peers
Expand Down

0 comments on commit a61ab2c

Please sign in to comment.