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

Function compare_inputs_at

common/psbt_open.c:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

compare_serialsFunction · 0.85

Tested by

no test coverage detected