mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
remove unused code (#2058)
This commit is contained in:
@@ -691,7 +691,7 @@ pub(crate) async fn run(
|
||||
|
||||
loop {
|
||||
select! {
|
||||
res = state.connection_requests.next().fuse() => {
|
||||
res = state.connection_requests.next() => {
|
||||
let (relay_parent, validator_id, peer_id) = match res {
|
||||
Some(res) => res,
|
||||
// Will never happen, but better to be safe.
|
||||
|
||||
Reference in New Issue
Block a user