mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
make NotificationStream event naming consistent (#4712)
This commit is contained in:
committed by
GitHub
parent
40e4d8fb0a
commit
21a2539a24
@@ -144,9 +144,9 @@ Behaviour<B, S, H> {
|
||||
roles,
|
||||
}));
|
||||
},
|
||||
CustomMessageOutcome::NotificationsStreamClosed { remote, protocols } =>
|
||||
CustomMessageOutcome::NotificationStreamClosed { remote, protocols } =>
|
||||
for engine_id in protocols {
|
||||
self.events.push(BehaviourOut::Event(Event::NotificationsStreamClosed {
|
||||
self.events.push(BehaviourOut::Event(Event::NotificationStreamClosed {
|
||||
remote: remote.clone(),
|
||||
engine_id,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user