Companion to Substrate PR 12006 (#5913)

* Fix import to make it compatible with https://github.com/paritytech/substrate/pull/12006

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
This commit is contained in:
Nazar Mokrynskyi
2022-08-22 19:45:54 +03:00
committed by GitHub
parent 315f2f469e
commit 872c87e8e6
2 changed files with 180 additions and 178 deletions
+175 -174
View File
File diff suppressed because it is too large Load Diff
+5 -4
View File
@@ -22,11 +22,12 @@ use futures::{prelude::*, stream::BoxStream};
use parity_scale_codec::Encode;
use sc_network::{
config::parse_addr, multiaddr::Multiaddr, Event as NetworkEvent, IfDisconnected,
NetworkService, OutboundFailure, RequestFailure,
multiaddr::Multiaddr, Event as NetworkEvent, IfDisconnected, NetworkService, OutboundFailure,
RequestFailure,
};
use sc_network_common::service::{
NetworkEventStream, NetworkNotification, NetworkPeers, NetworkRequest,
use sc_network_common::{
config::parse_addr,
service::{NetworkEventStream, NetworkNotification, NetworkPeers, NetworkRequest},
};
use polkadot_node_network_protocol::{