rgb-cln/channeld
Christian Decker 71c090745b channel: Defer sending the announcement_signature until both lock
We were sending the announcement_signatures as soon as we locally
locked and got the announcement_depth, this doesn't make the channel
usable any sooner and forces the other side to stash the
signature. This defers the announcement_signature until the channel
really is usable.

This is done by adding an additional check for the remote locked
message and adding a trigger on remote lock.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2017-11-14 23:00:01 +00:00
..
Makefile crypto_state: move to its own file. 2017-10-20 18:31:32 +02:00
channel.c channel: Defer sending the announcement_signature until both lock 2017-11-14 23:00:01 +00:00
channel_wire.csv channeld: send channel_announce and initial update to master, not gossipd. 2017-10-24 16:12:22 +02:00
channeld_htlc.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
commit_tx.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
commit_tx.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
full_channel.c Typo fix: CTLV -> CLTV. 2017-10-10 20:17:37 +02:00
full_channel.h channeld: don't allow NULL htlcmap for full_channel 2017-09-03 02:01:54 +02:00