rgb-cln/channeld
Rusty Russell 2bed246e10 channeld: generate error messages instead of having master do it.
The master now hands channeld either an error code, and channeld
generates the error message, or an error message relayed from another
node to pass through.

This doesn't fill in the channel_update yet: we need to wire up gossipd
to give us that.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-12-02 12:54:12 +01:00
..
test channeld: return htlc from channel_add_htlc and channel_fail_htlc. 2017-12-02 12:54:12 +01:00
Makefile Makefile: clean needs to do more, distclean should remove everything. 2017-11-24 13:29:03 +01:00
channel.c channeld: generate error messages instead of having master do it. 2017-12-02 12:54:12 +01:00
channel_wire.csv channeld: generate error messages instead of having master do it. 2017-12-02 12:54:12 +01:00
channeld_htlc.h channeld: save shared secret for incoming htlc when it comes in. 2017-12-02 12:54:12 +01:00
commit_tx.c feerate: use u32 everywhere. 2017-11-23 12:40:32 +01:00
commit_tx.h feerate: use u32 everywhere. 2017-11-23 12:40:32 +01:00
full_channel.c channeld: save shared secret for incoming htlc when it comes in. 2017-12-02 12:54:12 +01:00
full_channel.h channeld: return htlc from channel_add_htlc and channel_fail_htlc. 2017-12-02 12:54:12 +01:00