This commit is contained in:
Igor Katson 2021-06-28 11:29:20 +01:00
parent 06136cc170
commit 205ce3265a
5 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ use log::{debug, info};
use crate::{
buffers::ByteString,
lengths::{ChunkInfo, Lengths, ValidPieceIndex},
peer_comms::Piece,
peer_binary_protocol::Piece,
type_aliases::BF,
};