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

Function psbt_output_to_external

common/psbt_open.c:503–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503bool psbt_output_to_external(const struct wally_psbt_output *output)
504{
505 size_t unused;
506 void *result = psbt_get_lightning(&output->unknowns,
507 PSBT_TYPE_OUTPUT_EXTERNAL, &unused);
508 return !(!result);
509}
510
511bool psbt_contribs_changed(struct wally_psbt *orig,
512 struct wally_psbt *new)

Callers 1

Calls 1

psbt_get_lightningFunction · 0.85

Tested by

no test coverage detected