Remove duplicate ut_pex message
This commit is contained in:
parent
9b5c69f378
commit
14e0c9d833
1 changed files with 0 additions and 1 deletions
|
|
@ -883,7 +883,6 @@ impl<'a> PeerConnectionHandler for &'a PeerHandler {
|
|||
.with_context(|| format!("error sending metadata piece {metadata_piece_id}"))?;
|
||||
}
|
||||
Message::Extended(ExtendedMessage::UtPex(pex)) => {
|
||||
trace!("received ut_pex: {:?}", pex);
|
||||
self.on_pex_message(pex);
|
||||
}
|
||||
message => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue