core-lightning/lightningd/channel
Rusty Russell b99c5620ef struct secret: use everywhere.
We alternated between using a sha256 and using a privkey, but there are
numerous places where we have a random 32 bytes which are neither.

This fixes many of them (plus, struct privkey is now defined in terms of
struct secret).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-05-09 11:43:35 +09:30
..
channel.c struct secret: use everywhere. 2017-05-09 11:43:35 +09:30
channel_wire.csv struct secret: use everywhere. 2017-05-09 11:43:35 +09:30
Makefile channel: unwrap and send incoming HTLCs to master. 2017-04-01 23:59:46 +10:30