core-lightning/channeld
Rusty Russell e9cd84f490 channeld: clean up watchtower code.
1. Use status_debug() instead of status_unusual() for when we can't make a
   penalty tx (this happens easily the time if we fund a channel).
2. Use status_failed() (which exits) instead of status_broken() (which doesn't!)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-05-07 11:35:31 +02:00
..
test txs: Move commit tx generation out of the signature computation 2020-05-07 15:05:39 +09:30
channel_wire.csv watchtower: Call the commitment_revoked hook every time we update 2020-05-07 15:05:39 +09:30
channeld_htlc.h channeld: support HTLCs with blinding (EXPERIMENTAL_FEATURES) 2020-04-14 12:51:18 +09:30
channeld.c watchtower: Call the commitment_revoked hook every time we update 2020-05-07 15:05:39 +09:30
commit_tx.c txs: Move commit tx generation out of the signature computation 2020-05-07 15:05:39 +09:30
commit_tx.h txs: Move commit tx generation out of the signature computation 2020-05-07 15:05:39 +09:30
full_channel_error.h channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00
full_channel.c txs: Move commit tx generation out of the signature computation 2020-05-07 15:05:39 +09:30
full_channel.h txs: Move commit tx generation out of the signature computation 2020-05-07 15:05:39 +09:30
Makefile watchtower: Add function to create penalty transactions 2020-05-07 15:05:39 +09:30
watchtower.c channeld: clean up watchtower code. 2020-05-07 11:35:31 +02:00
watchtower.h watchtower: Add function to create penalty transactions 2020-05-07 15:05:39 +09:30