core-lightning/lightningd/channel
Rusty Russell 85ff95e829 common: new directory for any shared objects.
To avoid everything pulling in HTLCs stuff to the opening daemon, we
split the channel and commit_tx routines into initial_channel and
initial_commit_tx (no HTLC support) and move full HTLC supporting versions
into channeld.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-08-29 17:54:14 +02:00
..
channel_wire.csv channeld: hand in chain_hash. 2017-08-22 14:56:02 +02:00
channel.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
channeld_htlc.h htlc: move htlc structure into channeld. 2017-08-29 17:54:14 +02:00
commit_tx.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
commit_tx.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
full_channel.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
full_channel.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
Makefile common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00