mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 07:51:07 +00:00
make NotificationStream event naming consistent (#4712)
This commit is contained in:
committed by
GitHub
parent
40e4d8fb0a
commit
21a2539a24
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user