This commit is contained in:
Igor Katson 2021-07-03 15:52:39 +01:00
parent 2061fe56bb
commit 487ff50bd7
5 changed files with 28 additions and 16 deletions

View file

@ -27,7 +27,7 @@ use crate::{
peer_connection::{PeerConnection, PeerConnectionHandler, WriterRequest},
peer_state::{InflightRequest, LivePeerState, PeerState},
spawn_utils::{spawn, BlockingSpawner},
torrent_metainfo::{TorrentMetaV1Info, TorrentMetaV1Owned},
torrent_metainfo::TorrentMetaV1Info,
type_aliases::{PeerHandle, Sha1, BF},
};