Generated stub for htlcs_index_created */
| 133 | { fprintf(stderr, "htlc_out_connect_htlc_in called!\n"); abort(); } |
| 134 | /* Generated stub for htlcs_index_created */ |
| 135 | u64 htlcs_index_created(struct lightningd *ld UNNEEDED, |
| 136 | u64 htlc_id UNNEEDED, |
| 137 | const struct channel *channel UNNEEDED, |
| 138 | const struct sha256 *payment_hash UNNEEDED, |
| 139 | enum side owner UNNEEDED, |
| 140 | u32 expiry UNNEEDED, |
| 141 | struct amount_msat amount UNNEEDED, |
| 142 | enum htlc_state hstate UNNEEDED) |
| 143 | { fprintf(stderr, "htlcs_index_created called!\n"); abort(); } |
| 144 | /* Generated stub for htlcs_index_deleted */ |
| 145 | void htlcs_index_deleted(struct lightningd *ld UNNEEDED, |
| 146 | const struct channel *channel UNNEEDED, |
no test coverage detected