mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
b0c0e28a43
The logic of dispatching the announcement_signatures message was distributed over several places and daemons. This aims to simplify it by moving it all into `channeld`, making peer_control only report announcement depth to `channeld`, which then takes care of the rest. We also do not reuse the funding_locked tx watcher since it is easier to just fire off a new watcher with the specific purpose of waiting for the announcement_depth. Signed-off-by: Christian Decker <decker.christian@gmail.com> |
||
---|---|---|
.. | ||
channel_wire.csv | ||
channel.c | ||
channeld_htlc.h | ||
commit_tx.c | ||
commit_tx.h | ||
full_channel.c | ||
full_channel.h | ||
Makefile |