rgb-cln/closingd
niftynei 4508584b21 dualfund: rearrange things so that the wire-dependent calls are separate
There's a few structs/wire calls that only exist under experimental features.
These were in a common file that was shared/used a bunch of places but
this causes problems. Here we move one of the problematic methods back
into `openingd`, as it's only used locally and then isolate the
references to the `witness_stack` in a new `common/psbt_internal` file.

This lets us remove the iff EXP_FEATURES inclusion switches in most of
the Makefiles.
2020-10-20 14:27:19 +10:30
..
Makefile dualfund: rearrange things so that the wire-dependent calls are separate 2020-10-20 14:27:19 +10:30
closingd.c common/memleak: simplify and document API. 2020-09-23 13:52:49 +09:30
closingd_wire.csv channel_id: save to database, dont derive from funding_txid 2020-09-09 19:54:20 +09:30
closingd_wiregen.c wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30
closingd_wiregen.h wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30