core-lightning/lightningd/channel
Rusty Russell 3041cd5915 lightningd/channel.c: clearer functions names, better return values.
We call channel_sent_commit *before* sending (so we know if we need
to), so the name is wrong.  Similarly channel_sent_revoke_and_ack.

We can usefully have them tell is if there is outstanding work to do,
too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-04-01 23:59:46 +10:30
..
channel.c lightningd/channel.c: clearer functions names, better return values. 2017-04-01 23:59:46 +10:30
channel_wire.csv lightningd/channel: send and receive update_commit 2017-04-01 23:59:46 +10:30
Makefile lightningd/channel: convert to subd. 2017-03-11 07:19:41 +10:30