diff --git a/client/network/src/lib.rs b/client/network/src/lib.rs index 007928ad425f7..30ed7f4d69878 100644 --- a/client/network/src/lib.rs +++ b/client/network/src/lib.rs @@ -269,7 +269,7 @@ pub use libp2p::{multiaddr, Multiaddr, PeerId}; pub use protocol::{event::{DhtEvent, Event, ObservedRole}, sync::SyncState, PeerInfo}; pub use service::{ NetworkService, NetworkWorker, RequestFailure, OutboundFailure, NotificationSender, - NotificationSenderReady, + NotificationSenderReady, IfDisconnected, }; pub use sc_peerset::ReputationChange;