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

Function compare_outputs_at

common/psbt_open.c:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static int compare_outputs_at(const struct output_set *a,
53 const struct output_set *b,
54 void *unused UNUSED)
55{
56 return compare_serials(&a->output.unknowns,
57 &b->output.unknowns);
58}
59
60static const u8 *linearize_input(const tal_t *ctx,
61 const struct wally_psbt_input *in,

Callers

nothing calls this directly

Calls 1

compare_serialsFunction · 0.85

Tested by

no test coverage detected