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