rgb-cln/channeld
Rusty Russell 162879d6a2 channeld: use fulfilled_htlc and failed_htlc msgs in single htlc case.
We use these for receiving arrays at init time, we should also use them
for fulfull/fail of HTLCs in normal operation.  That we we benefit from all
those assertions.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-07-27 14:12:00 +02:00
..
test channeld: make channel_fulfill_htlc return the HTLC it fulfulled. 2018-07-08 15:56:34 +02:00
Makefile gossipd: handle ping messages for remote peers too. 2018-07-25 02:13:52 +00:00
channel.c channeld: use fulfilled_htlc and failed_htlc msgs in single htlc case. 2018-07-27 14:12:00 +02:00
channel_wire.csv channeld: use fulfilled_htlc and failed_htlc msgs in single htlc case. 2018-07-27 14:12:00 +02:00
channeld_htlc.h channeld: always receive and maintain short_channel_id of failing channel. 2018-07-27 14:12:00 +02:00
commit_tx.c channeld: fix up BOLT references. 2018-06-18 12:31:09 +02:00
commit_tx.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00
full_channel.c channeld: always receive and maintain short_channel_id of failing channel. 2018-07-27 14:12:00 +02:00
full_channel.h channeld: make channel_fulfill_htlc return the HTLC it fulfulled. 2018-07-08 15:56:34 +02:00
full_channel_error.h channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00