rgb-cln/hsmd
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
capabilities.h hsmd: add message to sign the mutual close transaction. 2018-07-24 00:40:01 +02:00
hsmd.c utils: use a cleaner pattern to capture wally allocations. 2020-09-23 14:45:53 +02:00
hsmd_wire.csv hsmd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
hsmd_wiregen.c wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30
hsmd_wiregen.h wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30