make NotificationStream event naming consistent (#4712)

This commit is contained in:
Robert Habermeier
2020-01-22 16:33:42 +01:00
committed by GitHub
parent 40e4d8fb0a
commit 21a2539a24
4 changed files with 6 additions and 6 deletions
@@ -61,7 +61,7 @@ pub enum Event {
/// Closed a substream with the given node. Always matches a corresponding previous
/// `NotificationStreamOpened` message.
NotificationsStreamClosed {
NotificationStreamClosed {
/// Node we closed the substream with.
remote: PeerId,
/// The concerned protocol. Each protocol uses a different substream.