core-lightning/lightningd/onchain
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
..
Makefile common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
onchain_types.h onchaind: basic daemon. 2017-08-23 17:38:22 +02:00
onchain_wire.c onchain/onchain_wire: routines to marshal/unmarshal htlc stubs. 2017-08-20 13:06:41 +09:30
onchain_wire.csv onchaind: basic daemon. 2017-08-23 17:38:22 +02:00
onchain_wire.h onchain/onchain_wire: routines to marshal/unmarshal htlc stubs. 2017-08-20 13:06:41 +09:30
onchain.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00