Skip to content

Commit

Permalink
chore: stop using the deprecated mux.MuxedConn (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jun 27, 2022
1 parent 8cb44cb commit 1fd5029
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions p2p/net/upgrader/conn.go
Expand Up @@ -3,13 +3,12 @@ package upgrader
import (
"fmt"

"github.com/libp2p/go-libp2p-core/mux"
"github.com/libp2p/go-libp2p-core/network"
"github.com/libp2p/go-libp2p-core/transport"
)

type transportConn struct {
mux.MuxedConn
network.MuxedConn
network.ConnMultiaddrs
network.ConnSecurity
transport transport.Transport
Expand Down

0 comments on commit 1fd5029

Please sign in to comment.