core-lightning/lightningd
Rusty Russell 7aaffda779 lightningd/lightningd: finish connect command once gossip started.
This is after the INIT message is received, so we know there are no
incompatible features.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-01-10 15:38:33 +10:30
..
gossip lightningd_gossip: daemon to look after peers which don't a channel (yet) 2017-01-10 15:38:33 +10:30
handshake lightningd/lightningd: add lightning_handshake. 2017-01-10 15:38:33 +10:30
hsm lightningd/lightningd: start HSM at initialization time. 2017-01-10 15:38:33 +10:30
test lightningd/lightningd: finish connect command once gossip started. 2017-01-10 15:38:33 +10:30
.gitignore lightningd/hsm: simple daemon to control the keys. 2017-01-10 15:38:33 +10:30
cryptomsg.c cryptomsg: add towire/fromwire for crypto state. 2017-01-10 15:38:33 +10:30
cryptomsg.h cryptomsg: add towire/fromwire for crypto state. 2017-01-10 15:38:33 +10:30
gossip_control.c lightningd/lightningd: finish connect command once gossip started. 2017-01-10 15:38:33 +10:30
gossip_control.h lightningd/lightningd: wire up lightningd_gossip. 2017-01-10 15:38:33 +10:30
hsm_control.c subdaemon: callback to handle subdaemon status updates. 2017-01-10 15:38:33 +10:30
hsm_control.h lightningd/lightningd: start HSM at initialization time. 2017-01-10 15:38:33 +10:30
lightningd.c lightningd/lightningd: wire up lightningd_gossip. 2017-01-10 15:38:33 +10:30
lightningd.h lightningd/lightningd: wire up lightningd_gossip. 2017-01-10 15:38:33 +10:30
Makefile lightningd/lightningd: wire up lightningd_gossip. 2017-01-10 15:38:33 +10:30
peer_control.c lightningd/lightningd: finish connect command once gossip started. 2017-01-10 15:38:33 +10:30
peer_control.h lightningd/lightningd: finish connect command once gossip started. 2017-01-10 15:38:33 +10:30
subdaemon.c subdaemon: callback to handle subdaemon status updates. 2017-01-10 15:38:33 +10:30
subdaemon.h subdaemon: callback to handle subdaemon status updates. 2017-01-10 15:38:33 +10:30