Skip to content

Commit

Permalink
feat: deepsource fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alok committed Nov 30, 2021
1 parent aa35b24 commit 01d1b92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/node/grpc/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func NewTCPListener(conf config.Config) (MuxListenerOut, error) {
}

func NewP2PListener(
ctx context.Context,
h host.Host,
) (MuxListenerOut, error) {
p, err := gostream.Listen(h, p2pgrpc.Protocol)
Expand Down

0 comments on commit 01d1b92

Please sign in to comment.