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
@@ -100,7 +100,7 @@ impl<B: BlockT> GossipEngine<B> {
let inner = &mut *inner;
inner.state_machine.new_peer(&mut *inner.network, remote, roles);
}
Event::NotificationsStreamClosed { remote, engine_id: msg_engine_id } => {
Event::NotificationStreamClosed { remote, engine_id: msg_engine_id } => {
if msg_engine_id != engine_id {
continue;
}