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

Commit a61ab2c

Browse files
authored
remove duplicate io.Closer on Network interface (#228)
1 parent 2711d5a commit a61ab2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

network/network.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ type Network interface {
145145
// listens. It expands "any interface" addresses (/ip4/0.0.0.0, /ip6/::) to
146146
// use the known local interfaces.
147147
InterfaceListenAddresses() ([]ma.Multiaddr, error)
148-
149-
io.Closer
150148
}
151149

152150
// Dialer represents a service that can dial out to peers

0 commit comments

Comments
 (0)