mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41: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 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::{
|
||||
|
||||
Reference in New Issue
Block a user