mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Companion for paritytech/substrate#12480 (#1758)
* Companion for paritytech/substrate#12480 * update lockfile for {"substrate", "polkadot"} Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+331
-251
File diff suppressed because it is too large
Load Diff
@@ -255,7 +255,7 @@ impl<B: BlockT> sc_network_common::sync::ChainSync<B> for DummyChainSync {
|
|||||||
|
|
||||||
fn block_requests(
|
fn block_requests(
|
||||||
&mut self,
|
&mut self,
|
||||||
) -> Box<dyn Iterator<Item = (&PeerId, sc_network_common::sync::message::BlockRequest<B>)> + '_>
|
) -> Box<dyn Iterator<Item = (PeerId, sc_network_common::sync::message::BlockRequest<B>)> + '_>
|
||||||
{
|
{
|
||||||
Box::new(std::iter::empty())
|
Box::new(std::iter::empty())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user