rgb-cln/lightningd/opening
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
opening.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
opening_wire.csv openingd: supply initial tx as well as signature. 2017-08-20 13:06:41 +09:30