Replies: 1 comment 5 replies
-
At the moment, I think the only protocol that adds extenal addresses is the identify protocol so you could couple your logic to that. It makes me wonder though, in what way are they wrong? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice that the peer's external addresses could be auto-updated, I wondering which part is doing it.
And some of these external address are incorrect, I want to manually remove them. If there's an event on new external address added, then I could use
swarm.remove_external_address
to remove it on external address events.Beta Was this translation helpful? Give feedback.
All reactions