If a tx spends @out, and is CSV delayed by @delay, what's the first * block it can get into? */
| 892 | /* If a tx spends @out, and is CSV delayed by @delay, what's the first |
| 893 | * block it can get into? */ |
| 894 | static u32 rel_blockheight(const struct tracked_output *out, u32 delay) |
| 895 | { |
| 896 | return out->tx_blockheight + delay; |
| 897 | } |
| 898 | |
| 899 | /* What is the first block that the proposal can get into? */ |
| 900 | static u32 prop_blockheight(const struct tracked_output *out) |
no outgoing calls
no test coverage detected