rgb-cln/channeld
Rusty Russell e63b7bb539 take: allocate temporary variables off NULL.
If we're going to simply take() a pointer, don't allocate it off a random
object.  Using NULL makes our intent clear, particularly with allocating
packets we're going to take() onto a queue.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-03-16 00:16:10 +00:00
..
test utils: remove tal_tmpctx altogether, use global. 2018-03-16 00:16:10 +00:00
Makefile peer_failed: set permanent slot when we fail the peer. 2018-02-23 18:02:00 +01:00
channel.c take: allocate temporary variables off NULL. 2018-03-16 00:16:10 +00:00
channel_wire.csv channel: reserve a bip32 index as soon as channel is opened. 2018-03-07 18:55:51 +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 utils: remove tal_tmpctx altogether, use global. 2018-03-16 00:16:10 +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.c utils: remove tal_tmpctx altogether, use global. 2018-03-16 00:16:10 +00:00
full_channel.h channeld: keep billboard uptodate. 2018-02-23 18:02:00 +01:00
full_channel_error.h channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00