mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
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:
Generated
+175
-174
File diff suppressed because it is too large
Load Diff
@@ -22,11 +22,12 @@ use futures::{prelude::*, stream::BoxStream};
|
|||||||
use parity_scale_codec::Encode;
|
use parity_scale_codec::Encode;
|
||||||
|
|
||||||
use sc_network::{
|
use sc_network::{
|
||||||
config::parse_addr, multiaddr::Multiaddr, Event as NetworkEvent, IfDisconnected,
|
multiaddr::Multiaddr, Event as NetworkEvent, IfDisconnected, NetworkService, OutboundFailure,
|
||||||
NetworkService, OutboundFailure, RequestFailure,
|
RequestFailure,
|
||||||
};
|
};
|
||||||
use sc_network_common::service::{
|
use sc_network_common::{
|
||||||
NetworkEventStream, NetworkNotification, NetworkPeers, NetworkRequest,
|
config::parse_addr,
|
||||||
|
service::{NetworkEventStream, NetworkNotification, NetworkPeers, NetworkRequest},
|
||||||
};
|
};
|
||||||
|
|
||||||
use polkadot_node_network_protocol::{
|
use polkadot_node_network_protocol::{
|
||||||
|
|||||||
Reference in New Issue
Block a user