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

Function compare_outputs_at

common/psbt_open.c:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

compare_serialsFunction · 0.85

Tested by

no test coverage detected