-
Notifications
You must be signed in to change notification settings - Fork 384
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
Send peers the remote IP we see on the connection #1244
Comments
I would like to work on this. Please tell me where should I start? |
We'll want the outbound connection opening function in |
Thanks! I will look into this! |
What will be the data type of |
Sorry, I meant |
We should implement the BOLT spec change from lightning/bolts#917. Its a bit tricky with our architecture since we don't manage the TCP sockets ourselves, but we can just have the user provide the address in the connection-accepted/connection-made calls into
PeerHandler
and go from there.The text was updated successfully, but these errors were encountered: