| 50 | } |
| 51 | |
| 52 | static 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 | |
| 60 | static const u8 *linearize_input(const tal_t *ctx, |
| 61 | const struct wally_psbt_input *in, |
nothing calls this directly
no test coverage detected