MCPcopy Create free account
hub / github.com/ElementsProject/lightning / psbt_output_to_external

Function psbt_output_to_external

common/psbt_open.c:551–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551bool psbt_output_to_external(const struct wally_psbt_output *output)
552{
553 size_t unused;
554 void *result = psbt_get_lightning(&output->unknowns,
555 PSBT_TYPE_OUTPUT_EXTERNAL, &unused);
556 return !(!result);
557}
558
559/* FIXME: both PSBT should be const */
560bool psbt_contribs_changed(struct wally_psbt *orig,

Callers 1

Calls 1

psbt_get_lightningFunction · 0.85

Tested by

no test coverage detected