We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d235e7 commit 4f4045eCopy full SHA for 4f4045e
rust-peer/src/main.rs
@@ -217,7 +217,8 @@ async fn main() -> Result<()> {
217
{
218
debug!("identify::Event::Received observed_addr: {}", observed_addr);
219
220
- swarm.add_external_address(observed_addr);
+ // Disable to see if it's the cause of the wrong multiaddrs getting announced
221
+ // swarm.add_external_address(observed_addr);
222
223
// TODO: The following should no longer be necessary after https://github.com/libp2p/rust-libp2p/pull/4371.
224
if protocols.iter().any(|p| p == &KADEMLIA_PROTOCOL_NAME) {
0 commit comments