mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-01 03:24:41 +01:00
4508584b21
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. |
||
---|---|---|
.. | ||
exp-run-psbt_diff.c | ||
Makefile | ||
onion-test-v0.json | ||
run-amount.c | ||
run-bigsize.c | ||
run-bolt11.c | ||
run-cryptomsg.c | ||
run-derive_basepoints.c | ||
run-features.c | ||
run-gossip_rcvd_filter.c | ||
run-gossmap-fp16.c | ||
run-ip_port_parsing.c | ||
run-json_remove.c | ||
run-json.c | ||
run-key_derive.c | ||
run-lock.c | ||
run-param.c | ||
run-softref.c | ||
run-sphinx.c |