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

Function compare_inputs_at

common/psbt_open.c:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44static int compare_inputs_at(const struct input_set *a,
45 const struct input_set *b,
46 void *unused UNUSED)
47{
48 return compare_serials(&a->input.unknowns,
49 &b->input.unknowns);
50}
51
52static int compare_outputs_at(const struct output_set *a,
53 const struct output_set *b,

Callers

nothing calls this directly

Calls 1

compare_serialsFunction · 0.85

Tested by

no test coverage detected