mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
Switch the peerset to new futures (#3108)
* Switch the peerset to new futures * Fuse the peerset rx
This commit is contained in:
committed by
Gavin Wood
parent
c42d73d302
commit
7ae6556a02
@@ -30,7 +30,6 @@ use std::net::SocketAddr;
|
||||
use std::collections::HashMap;
|
||||
use std::time::Duration;
|
||||
use futures::sync::mpsc;
|
||||
use futures03::{StreamExt as _, TryStreamExt as _};
|
||||
use parking_lot::Mutex;
|
||||
|
||||
use client::{BlockchainEvents, backend::Backend, runtime_api::BlockT};
|
||||
|
||||
Reference in New Issue
Block a user