Closed
Description
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.