Skip to content

Commit

Permalink
Update listeners/listeners.go
Browse files Browse the repository at this point in the history
Co-authored-by: dirkmc <[email protected]>
  • Loading branch information
hannahhoward and dirkmc authored Dec 22, 2020
1 parent f8501c7 commit 1c67e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listeners/listeners.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (nel *NetworkErrorListeners) NotifyNetworkErrorListeners(p peer.ID, request
_ = nel.pubSub.Publish(internalNetworkErrorEvent{p, request, err})
}

// ReceiverNetworkErrorListeners is a set of listeners for network errors on the receiving side
// NetworkReceiverErrorListeners is a set of listeners for network errors on the receiving side
type NetworkReceiverErrorListeners struct {
pubSub *pubsub.PubSub
}
Expand Down

0 comments on commit 1c67e28

Please sign in to comment.