Generated stub for new_channel_event */
| 18 | { fprintf(stderr, "find_blockheight called!\n"); abort(); } |
| 19 | /* Generated stub for new_channel_event */ |
| 20 | struct channel_event *new_channel_event(const tal_t *ctx UNNEEDED, |
| 21 | const char *tag UNNEEDED, |
| 22 | struct amount_msat credit UNNEEDED, |
| 23 | struct amount_msat debit UNNEEDED, |
| 24 | struct amount_msat fees UNNEEDED, |
| 25 | const struct sha256 *payment_id TAKES UNNEEDED, |
| 26 | u32 part_id UNNEEDED, |
| 27 | u64 timestamp UNNEEDED) |
| 28 | { fprintf(stderr, "new_channel_event called!\n"); abort(); } |
| 29 | /* AUTOGENERATED MOCKS END */ |
| 30 | |
| 31 | int main(int argc, char *argv[]) |
no test coverage detected