core-lightning/channeld
Rusty Russell e92b710406 tools/generate-wire.py: remove length argument from fromwire_ routines.
We always hand in "NULL" (which means use tal_len on the msg), except
for two places which do that manually for no good reason.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-20 22:36:21 +01:00
..
test Make sure msatoshi and sender are not uninitialized when calling channel_add_htlc(...) 2018-02-20 22:13:59 +01:00
channel_wire.csv Fix a-vs-an typos 2018-02-08 22:49:34 +01:00
channel.c tools/generate-wire.py: remove length argument from fromwire_ routines. 2018-02-20 22:36:21 +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 bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 2017-12-21 11:05:38 +00:00
commit_tx.h bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 2017-12-21 11:05:38 +00:00
full_channel_error.h channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00
full_channel.c channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00
full_channel.h channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00
Makefile status: split off error messages into a new 'peer_status' type. 2018-02-19 02:56:51 +00:00