-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swarm: return filtered addrs in addrsForDial #1855
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I'll let @MarcoPolo do another review, as this was introduced in #1719.
We should probably also have a test, stuff like this should have been caught be a unit test. |
I think this could be a candidate to include in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't think of any reason why I would prefer resolved. Looks like my bug. Thanks for the catch! 🐛 🥾
Commit
f654b4b
introduced multiaddress resultion by transport and changed the return value fromgoodAddrs
toresolved
. I guess this should begoodAddrs
again?cc @MarcoPolo