What is the first block that the proposal can get into? */
| 898 | |
| 899 | /* What is the first block that the proposal can get into? */ |
| 900 | static u32 prop_blockheight(const struct tracked_output *out) |
| 901 | { |
| 902 | return rel_blockheight(out, out->proposal->depth_required); |
| 903 | } |
| 904 | |
| 905 | static void billboard_update(struct tracked_output **outs) |
| 906 | { |
no test coverage detected