mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
We used to generate this in the caller, then save it in case we needed to retry. We're about to change the message we send to lightningd, so we'll need to regenerate it every time; just hand all the extra args into peer_connected() and we can generate the `connect_peer_connected` msg there. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> 1diff --git a/connectd/connectd.c b/connectd/connectd.c index 94fe50b56..459c9ac63 100644 |
||
---|---|---|
.. | ||
test | ||
connect_gossip_wire.csv | ||
connect_wire.csv | ||
connectd.c | ||
connectd.h | ||
handshake.c | ||
handshake.h | ||
Makefile | ||
netaddress.c | ||
netaddress.h | ||
peer_exchange_initmsg.c | ||
peer_exchange_initmsg.h | ||
tor.c | ||
tor.h | ||
tor_autoservice.c | ||
tor_autoservice.h |