Skip to content

Commit

Permalink
use the renamed transport interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Sep 6, 2017
1 parent d7cda66 commit 21fd167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/transport/tcp/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ type tcpConn struct {
}

var _ tpt.Conn = &tcpConn{}
var _ tpt.SingleStreamConn = &tcpConn{}
var _ tpt.DuplexConn = &tcpConn{}

func (c *tcpConn) Transport() tpt.Transport {
return c.t
Expand Down

0 comments on commit 21fd167

Please sign in to comment.