Remove duplicate ut_pex message

This commit is contained in:
Igor Katson 2024-08-28 09:59:32 +01:00
parent 9b5c69f378
commit 14e0c9d833
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -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 => {