| 51 | } |
| 52 | |
| 53 | static 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 | |
| 61 | static const u8 *linearize_input(const tal_t *ctx, |
| 62 | const struct wally_psbt *parent, |
nothing calls this directly
no test coverage detected