You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
Looking at the code I don't understand why we are passing the onion address to the transport? There is no validation whatsoever. The address is only used to determine the port that is being used to listen on.
I think we should just passing in a regular multi-address like /ip4/127.0.0.1/tcp/7777 to listen on.
The text was updated successfully, but these errors were encountered:
Looking at the code I don't understand why we are passing the onion address to the transport? There is no validation whatsoever. The address is only used to determine the port that is being used to listen on.
I think we should just passing in a regular multi-address like
/ip4/127.0.0.1/tcp/7777
to listen on.The text was updated successfully, but these errors were encountered: